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: 4 months ago
JSON representation
A iDempiere+Vagrant example
- Host: GitHub
- URL: https://github.com/idempiere-devops/idempiere-vagrant-sandbox
- Owner: idempiere-devops
- Created: 2024-02-28T00:22:37.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-28T00:39:23.000Z (over 1 year ago)
- Last Synced: 2025-01-27T09:44:27.011Z (6 months ago)
- Topics: devops, idempiere, vagrant
- Language: Shell
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```