KB Knoweledge Base
Search Results Ghost
![]() |
KB Search Results For: GhostThere are 4 Results |
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 w...
How To Keep Ghost Running With pm2
Introduction to Ghost When installing manually on a VPS, most people wonder how to keep Ghost running after their terminal session has ended. There are multiple ways to do this, the most popular way currently being forever and pm2 is a gre...
How To Proxy Port 80 To 2368 For Ghost With Nginx
Intro to Port 80 Follow this tutorial to install Ghost. Make your Ghost blog accessible on port 80 instead of 2368. We will use Nginx to proxy all requests for port 80 to 2368. Start by installing Nginx with one of the followin...
How To Install Ghost On Ubuntu
Install Ghost This Tutorial will show you how to install Ghost on Ubuntu. These steps will work for Ubuntu 12.04 and 13.10, both the server and desktop versions. Update Ubuntu The first step will be to run through the Ub...