Changes
Jump to navigation
Jump to search
Test Web Server Documentation (view source)
Revision as of 14:01, 14 March 2016
, 14:01, 14 March 2016→Installing Ghost (3/14/2016)
$ unzip -uo ghost.zip -d /var/www/ghost
$ cd /var/www/ghost
$ sudo npm install
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.
== To-do list ==