Changes

Jump to navigation Jump to search
$ sudo apt-get install npm
$ npm -v
 
Now you can follow the [http://support.ghost.org/installing-ghost-linux/ instructions] for installing Ghost!
 
$ curl -L https://ghost.org/zip/ghost-latest.zip -o ghost.zip
$ sudo apt-get install unzip
$ sudo mkdir /var/www/ghost
$ unzip -uo ghost.zip -d /var/www/ghost
$ cd /var/www/ghost
$ 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 ==
Anonymous user

Navigation menu