Learn Automated Install Ghost With Nginx as Reverse Proxy on Ubuntu 14.04 LTS

January 11, 2019

Table of Contents

Introduction

https://www.itweb.services/tutorials/linux-guides/run-ghost-with-nginx-as-reverse-proxy-on-ubuntu-14-04-lts”>this tutorial.

The Script

The script is hosted on GitHub Gist. For a fully automated install, you will need the file install.sh. If you do not want to use an encrypted connection, then you will also need to replace https with http.

#!/bin/bash
###
# AUTHOR: Jonathan Zhang
# GitHub: @bbs4us
# Gist URL: https://gist.githubusercontent.com/bbs4us/58809c6ddbbbe960af9b/raw/install.sh
#           https://gist.github.com/bbs4us/58809c6ddbbbe960af9b
# LICENSE: GPL v3
#
## Fetch the "Phantom" Ghost installation script and run it.
###
apt-get update
apt-get install wget -y
wget -O - https://gist.githubusercontent.com/bbs4us/58809c6ddbbbe960af9b/raw/phantom.sh | bash >> /tmp/phantom.log
sleep 5
wget -N https://gist.githubusercontent.com/bbs4us/58809c6ddbbbe960af9b/raw/ghostly.sh && bash ghostly.sh https yoursite.tld # replace me
sleep 1

After you have replaced yoursite.tld with your domain name, copy and paste it to the form, give it a name and click on the Add Script button. Make sure it’s type is Boot.

Now you can create a new instance with the script. After installation, go to https://yoursite.tld/ghost/setup/ to setup user login credentials. You will see a warning about certificate not trusted, ignore that as the certificate is self-signed.

Need help?

Do you need help setting up this on your own service?
Please contact us and we’ll provide you the best possible quote!