This repository aims at providing the necessary files to deploy a fully exploitable environnement running Ghost at localhost:8080/ghost
under a ubuntu/trusty64
virtual machine created with vagrant.
git clone
into your repositoryvagrant up
vagrant ssh
into your local machinecd /var/www/ghost/ && sudo npm start
to start the ghost platform- You're all set ! Go to
localhost:8080/ghost
and start playing around