wget -qO- https://raw.githubusercontent.com/creationix/nvm/v0.33.2/install.sh | bashsource ~/.bashrcnvm install 4.2cd ~/my-website && npm install- Execute ghost install script
~/my-website/ghost_install.sh
- Install Forever
npm install -g forever forever start ~/my-website/ghost/index.js