Vagrant-Box

Vagrant ist ein Open-Source-Tool zum Erstellen von portablen virtuellen Software-Umgebungen. Mit der Elephant Shed-Vagrant-Box kann die Appliance einfach ausprobiert werden.

Vagrant- und VirtualBox-Installation

Vagrant und Virtualbox müssen installiert sein. Alle Betriebssysteme sind unterstützt (Linux, MacOS, Windows).

Elephant Shed-Box-Installation

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