Warning: preg_match(): Unknown modifier '-' in /home/akl1986/public_html/support/wp-content/plugins/redux-framework/redux-core/inc/extensions/metaboxes/class-redux-extension-metaboxes.php on line 783

Warning: preg_match(): Unknown modifier '-' in /home/akl1986/public_html/support/wp-content/plugins/redux-framework/redux-core/inc/extensions/metaboxes/class-redux-extension-metaboxes.php on line 783

Warning: preg_match(): Unknown modifier '-' in /home/akl1986/public_html/support/wp-content/plugins/redux-framework/redux-core/inc/extensions/metaboxes/class-redux-extension-metaboxes.php on line 783

Warning: preg_match(): Unknown modifier '-' in /home/akl1986/public_html/support/wp-content/plugins/redux-framework/redux-core/inc/extensions/metaboxes/class-redux-extension-metaboxes.php on line 783

Warning: preg_match(): Unknown modifier '-' in /home/akl1986/public_html/support/wp-content/plugins/redux-framework/redux-core/inc/extensions/metaboxes/class-redux-extension-metaboxes.php on line 783

Warning: preg_match(): Unknown modifier '-' in /home/akl1986/public_html/support/wp-content/plugins/redux-framework/redux-core/inc/extensions/metaboxes/class-redux-extension-metaboxes.php on line 783

Warning: preg_match(): Unknown modifier '-' in /home/akl1986/public_html/support/wp-content/plugins/redux-framework/redux-core/inc/extensions/metaboxes/class-redux-extension-metaboxes.php on line 783

Warning: preg_match(): Unknown modifier '-' in /home/akl1986/public_html/support/wp-content/plugins/redux-framework/redux-core/inc/extensions/metaboxes/class-redux-extension-metaboxes.php on line 783

Warning: Cannot modify header information - headers already sent by (output started at /home/akl1986/public_html/support/wp-content/plugins/redux-framework/redux-core/inc/extensions/metaboxes/class-redux-extension-metaboxes.php:783) in /home/akl1986/public_html/support/wp-includes/rest-api/class-wp-rest-server.php on line 1794

Warning: Cannot modify header information - headers already sent by (output started at /home/akl1986/public_html/support/wp-content/plugins/redux-framework/redux-core/inc/extensions/metaboxes/class-redux-extension-metaboxes.php:783) in /home/akl1986/public_html/support/wp-includes/rest-api/class-wp-rest-server.php on line 1794

Warning: Cannot modify header information - headers already sent by (output started at /home/akl1986/public_html/support/wp-content/plugins/redux-framework/redux-core/inc/extensions/metaboxes/class-redux-extension-metaboxes.php:783) in /home/akl1986/public_html/support/wp-includes/rest-api/class-wp-rest-server.php on line 1794

Warning: Cannot modify header information - headers already sent by (output started at /home/akl1986/public_html/support/wp-content/plugins/redux-framework/redux-core/inc/extensions/metaboxes/class-redux-extension-metaboxes.php:783) in /home/akl1986/public_html/support/wp-includes/rest-api/class-wp-rest-server.php on line 1794

Warning: Cannot modify header information - headers already sent by (output started at /home/akl1986/public_html/support/wp-content/plugins/redux-framework/redux-core/inc/extensions/metaboxes/class-redux-extension-metaboxes.php:783) in /home/akl1986/public_html/support/wp-includes/rest-api/class-wp-rest-server.php on line 1794

Warning: Cannot modify header information - headers already sent by (output started at /home/akl1986/public_html/support/wp-content/plugins/redux-framework/redux-core/inc/extensions/metaboxes/class-redux-extension-metaboxes.php:783) in /home/akl1986/public_html/support/wp-includes/rest-api/class-wp-rest-server.php on line 1794

Warning: Cannot modify header information - headers already sent by (output started at /home/akl1986/public_html/support/wp-content/plugins/redux-framework/redux-core/inc/extensions/metaboxes/class-redux-extension-metaboxes.php:783) in /home/akl1986/public_html/support/wp-includes/rest-api/class-wp-rest-server.php on line 1794

Warning: Cannot modify header information - headers already sent by (output started at /home/akl1986/public_html/support/wp-content/plugins/redux-framework/redux-core/inc/extensions/metaboxes/class-redux-extension-metaboxes.php:783) in /home/akl1986/public_html/support/wp-includes/rest-api/class-wp-rest-server.php on line 1794
{"id":2692,"date":"2019-12-08T13:47:57","date_gmt":"2019-12-08T13:47:57","guid":{"rendered":"https:\/\/support.aklwebhost.com\/?post_type=manual_kb&p=2692"},"modified":"2019-12-08T23:13:06","modified_gmt":"2019-12-08T23:13:06","slug":"automated-install-ghost-with-nginx-as-reverse-proxy-on-ubuntu-14-04-lts","status":"publish","type":"manual_kb","link":"https:\/\/support.aklwebhost.com\/knowledgebase\/automated-install-ghost-with-nginx-as-reverse-proxy-on-ubuntu-14-04-lts\/","title":{"rendered":"Automated Install Ghost With Nginx as Reverse Proxy on Ubuntu 14.04 LTS"},"content":{"rendered":"

Introduction<\/h2>\n

Ghost<\/strong>\u00a0is a free and open source blogging platform written in\u00a0node.js<\/em>, completely customizable and dedicated for publishing. For a manual install, read\u00a0this tutorial<\/a><\/span><\/strong>.<\/p>\n

The Script<\/h2>\n

The script is hosted on\u00a0GitHub Gist<\/strong><\/span><\/a>. For a fully automated install, you will need the file\u00a0install.sh<\/code>. If you do not want to use an encrypted connection, then you will also need to replace\u00a0https<\/code>\u00a0with\u00a0http<\/code>.<\/p>\n

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

Now you can create a new instance with the script. After installation, go to\u00a0https:\/\/yoursite.tld\/ghost\/setup\/<\/code>\u00a0to setup user login credentials. You will see a warning about certificate not trusted, ignore that as the certificate is self-signed.<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"open","ping_status":"closed","template":"","format":"standard","manualknowledgebasecat":[109,242,247],"manual_kb_tag":[400],"_links":{"self":[{"href":"https:\/\/support.aklwebhost.com\/wp-json\/wp\/v2\/manual_kb\/2692"}],"collection":[{"href":"https:\/\/support.aklwebhost.com\/wp-json\/wp\/v2\/manual_kb"}],"about":[{"href":"https:\/\/support.aklwebhost.com\/wp-json\/wp\/v2\/types\/manual_kb"}],"author":[{"embeddable":true,"href":"https:\/\/support.aklwebhost.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/support.aklwebhost.com\/wp-json\/wp\/v2\/comments?post=2692"}],"version-history":[{"count":4,"href":"https:\/\/support.aklwebhost.com\/wp-json\/wp\/v2\/manual_kb\/2692\/revisions"}],"predecessor-version":[{"id":2696,"href":"https:\/\/support.aklwebhost.com\/wp-json\/wp\/v2\/manual_kb\/2692\/revisions\/2696"}],"wp:attachment":[{"href":"https:\/\/support.aklwebhost.com\/wp-json\/wp\/v2\/media?parent=2692"}],"wp:term":[{"taxonomy":"manualknowledgebasecat","embeddable":true,"href":"https:\/\/support.aklwebhost.com\/wp-json\/wp\/v2\/manualknowledgebasecat?post=2692"},{"taxonomy":"manual_kb_tag","embeddable":true,"href":"https:\/\/support.aklwebhost.com\/wp-json\/wp\/v2\/manual_kb_tag?post=2692"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}