< Reading < Web
sudo npm install forever -g
  • Set the default node port to 8080. Add this to ~/.profile
    export PORT=8080
    
  • Run the app forever:
    > screen
    > forever app.js > mylog.log &
    [ctrl+a+d]
    
This article is issued from Mediawiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.