Changes
Jump to navigation
Jump to search
Test Web Server Documentation (view source)
Revision as of 15:45, 14 March 2016
, 15:45, 14 March 2016→Installing Ghost (3/14/2016)
$ cd /var/www/ghost
$ sudo npm install
$ sudo npm start
Note that we had to install the unzip package. I also chose to not install in the [http://support.ghost.org/config/#about-environments production environment] so that I would have more debugging info and the ability to tinker with the theming.
So Ed would rather not serve the blog off of port 2368. Looks like there's documentation for setting Ghost up on [http://support.ghost.org/basic-nginx-config/ nginx] and [https://www.howtoinstallghost.com/how-to-host-ghost-on-an-apache-subdomain/ apache].
== To-do list ==