Vagrant Box

Vagrant is an open-source tool for building portable virtual software environments. Use our Elephant Shed Vagrant box to try out the appliance!

Vagrant and VirtualBox installation

Both Vagrant and Virtualbox need to be installed. All operating systems are supported (Linux, MacOS, Windows).

Elephant Shed box installation

vagrant init credativ/elephant-shed
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