Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 352 Bytes

README.md

File metadata and controls

41 lines (27 loc) · 352 Bytes

iDempiere Vagrant Sandbox

An example of how to provision iDempiere with vagrant.

Common Commands

Start iDempiere VM:

vagrant up

Stop:

vagrant halt

Restart:

vagrant reload

Show ports:

vagrant port

Open terminal:

vagrant ssh

Destroy the VM:

vagrant destroy