Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/idempiere-devops/idempiere-vagrant-sandbox
- Owner: idempiere-devops
- Created: 2024-02-28T00:22:37.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-02-28T00:39:23.000Z (10 months ago)
- Last Synced: 2024-10-15T04:41:39.918Z (2 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
```