Aim of the project : build a media center on the top of nodejs for raspberry pi.
npm install
Run with forever (you can also use pm2)
forever -v -d -w start app.js
Or
NODE_ENV=dev node app.js
Stop
forever stopall
Start mongodb
mongod --config /usr/local/etc/mongod.conf
Set your env config in
env.json
Launch vlc api
vlc -I http --http-password phabos
Enjoy !