-
Notifications
You must be signed in to change notification settings - Fork 2
Running Server Forever
Ashutosh Kumar edited this page Dec 6, 2015
·
2 revisions
- Running LACS Process as a Daemon (Service that automatically starts with system startup as a service )
-
Installing NPM
$ curl http://npmjs.org/install.sh | sudo sh
$ npm -v
-
Installing Forever
$ sudo npm install forever --global
Go the Directory of LACS , where main.py lives
- Run it forever
$ forever start main.py