Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/idempiere-devops/idempiere-vagrant-sandbox

A iDempiere+Vagrant example
https://github.com/idempiere-devops/idempiere-vagrant-sandbox

devops idempiere vagrant

Last synced: 30 days ago
JSON representation

A iDempiere+Vagrant example

Awesome Lists containing this project

README

        

# iDempiere Vagrant Sandbox

An example of how to provision iDempiere with vagrant.

## Common Commands

Start iDempiere VM:

```shell
vagrant up
```

Stop:

```shell
vagrant halt
```

Restart:

```shell
vagrant reload
```

Show ports:

```shell
vagrant port
```

Open terminal:

```shell
vagrant ssh
```

Destroy the VM:

```shell
vagrant destroy
```