Skip to content

phabos/media-center-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Media center app

Aim of the project : build a media center on the top of nodejs for raspberry pi.

Install

npm install

Run

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 !

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published