Usage / Deployment Instructions
Step 1: Open Putty for SSH
Step 2: Open Putty and Type <instance public IP> at “Host Name” and Type "ubuntu" as user name Password auto taken from PPK file
Step 3: Use following Linux command to change the host.
Command: sudo vi /etc/hosts
Take the Private Ip address from your machine as per the below screenshot and add the second line of your command screen with that Private ip address


Step 4: Command: cd /var/www/
Command: ghost install
Note: you will be prompt with the following entries on the screen as shown in the screenshot below:
Enter your blog URL: <Instance IP>
Enter your MySQL hostname: localhost
Enter your MySQL username: root
Enter your MySQL password: miri
Enter your Ghost database name: ghost
Do you wish to set up “ghost” MySQL user?: No
Do you wish to set up Nginx?: Yes
Do you wish to set up SSL?: No
Do you wish to set up Systemd?: Yes
Do you want to start Ghost?: Yes


Step 5: Hit the browser with the ip of the running instance as: http://<instance IP>/ghost
Click on “Create your account”.

Step 6: Enter the admin details as you want.

Step 7: Click on “I’ll do this later, take me on my website”. And enjoy your dashboard.

