CouchDB on Raspberry

Installing CouchDB on Raspberry is very easy. Start with sudo apt-get install couchdb and you'll have a complete installation very soon, with CouchDB started for you jus ...

node.js and forever and init.d

Here's how I set up init.d on my Raspberry to launch forever at start. Forever then keeps my node.js weather server running. Big thanks to @ikr for his help! #!/bin/bash BEGIN INIT INFO ...

Setting up my Raspberry pi

Here's my story on how to set up Raspberry pi to fit my needs. I will use it as a server that controls heating in my summer house and publish data from a weather station I have on the roof. When deplo ...