Skip to content

Running Server Forever

Ashutosh Kumar edited this page Dec 6, 2015 · 2 revisions

Running with Forever

Aim:

  • Running LACS Process as a Daemon (Service that automatically starts with system startup as a service )

Setting Up Forever

  • Installing NPM
    $ curl http://npmjs.org/install.sh | sudo sh
    $ npm -v

  • Installing Forever
    $ sudo npm install forever --global

Starting LACS with forever

Go the Directory of LACS , where main.py lives

  • Run it forever $ forever start main.py

Lab Access Control System (LACS)

Mess Automation System (MAS)

Clone this wiki locally