Installing Ghost v1 on an Ubuntu 16.04

Installing Ghost v1 on an Ubuntu 16.04

Install Nginx and MySQL

sudo apt-get update
sudo apt-get install nginx
sudo apt-get install mysql-server
mysql_secure_installation

2. Install NodeJS and GhostCLI

Install Ghost and then reconfigure Ghost to listen to 0.0.0.0