Vagrant ist ein Open-Source-Tool zum Erstellen von portablen virtuellen Software-Umgebungen.
Vagrant- und VirtualBox-Installation
Vagrant und Virtualbox müssen installiert sein. Alle Betriebssysteme sind unterstützt (Linux, MacOS, Windows).
- Vagrant-Download
- VirtualBox-Download
Vagrant und libvirt
Auf Linux Systemen libvirt und kvm can verwendet werden statt VirtualBox.
Elephant Shed-Box-Installation
git clone git@github.com:credativ/elephant-shed.git
elephant-shed/vagrant
vagrant up
Dies erstellt eine virtuelle Maschine, in der Elephant Shed in VirtualBox auf Ihren Computer läuft.
- Default-User:
admin
- Default-Passwort:
admin
- Das Webinterface hört auf Port 4433: https://localhost:4433
- PostgreSQL hört auf Port 55432:
psql -h localhost -p 55432 -U admin