Skip to content

idempiere-devops/idempiere-vagrant-sandbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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