Vagrant is an open-source tool for building portable virtual software environments.
Vagrant and VirtualBox installation
Both Vagrant and Virtualbox need to be installed. All operating systems are supported (Linux, MacOS, Windows).
Vagrant and libvirt
On Linux systems libvirt and kvm can use used instead of VirtualBox.
Elephant Shed box installation
git clone git@github.com:credativ/elephant-shed.git
elephant-shed/vagrant
vagrant up
This will create a virtual machine running Elephant Shed in VirtualBox on your computer.
- Default user:
admin
- Default pass:
admin
- The webinterface is listening on port 4433: https://localhost:4433
- PostgreSQL is listening on port 55432:
psql -h localhost -p 55432 -U admin