This project is used to develop HubDrop. You need Vagrant 1.5 or later.
This project now uses Ansible for radically simple provisioning.
Everything is now built into the Vagrantfile. To get an instance of hubdrop running, simply:
- Clone this repo and change directory:
$ git clone [email protected]:hubdrop/vagrant.git
$ cd vagrant
- Vagrant up:
$ vagrant up
Then, you should be able to visit http://hubdrop.local
The Vagrantfile will clone the hubdrop app source for you and provision a vagrant server.
Vagrant will handle saving a hosts file record so when you are done with vagrant up
simply visit and you should see the website.