BIP KB Tag: forever start indexjs
How To Start Ghost With Forever
The node module, forever, can be used to start Ghost in the background, and monitor to make sure it stays up. If Ghost crashes, forever will automatically start another instance of Ghost.
Installing Forever
Install forever with this command from within your Ghost directory: npm install -g forever.
Start Ghost with Forever
To start Ghost with forever, run the following command from the Ghost directory
(/var/www/gho...
By steve, May 6, 2015