elijahpaul / vagrant-ghost

Vagrant config for the Ghost blogging platform.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vagrant-ghost

Vagrant config for the Ghost blogging platform. (https://ghost.org/)

Requirements

Instructions

Notes

  • Ghost will automatically start via an INIT job. You can sudo service ghost stop, sudo service ghost start, and sudo service ghost restart it from the vagrant box shell (vagrant ssh).
  • You can view ghost logs in the shared folder. Locally = vagrant-ghost/shared/ghost.log, Vagrant = /home/vagrant/shared/ghost.log
  • You can choose the version of Ghost to download and run by changing VERSION on line 8 of boostrap.sh (this has only been tested with 0.3.2).
  • If you don't have the precise32 box on your machine, it will automatically be downloaded. This can take a few minutes the first time it runs.

Author

Dan Bough
daniel (dot) bough (at) gmail (dot) com
http://www.danielbough.com

License

Free to use and distribute under the GPLv3 license.

About

Vagrant config for the Ghost blogging platform.

License:GNU General Public License v3.0


Languages

Language:Shell 100.0%