TODO: Intro here
- Make sure you've installed VirtualBox and Vagrant.
TODO: How to use Pequod (tools included?)
Pequod offers three ways to build/start the vm:
- Default recommended
- Simply run
vagrant upin the root dir of the project to get a default instance of the VM
- Simply run
- Local box
- Excute
vagrant --box_url=file:///path/to/box/file upto use a box file on your local machine.
- Excute
- Hosted box somewhere other than vagrantcloud
- Execute
vagrant --box_url=http(s)://url.to.box/file up
- Execute
The options must preceed up to avoid them being processed as args to up.
Run vagrant ssh and if all went well you'll get an ssh session as ahab on the VM. Time to start whale hunting.
TODO: Common troubleshooting tips
TODO: Common questions answered here. Tell people to make issues as well.
