Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/reoring/idempiere_vagrant
Vagrant environment for the iDempiere with chef recipe
https://github.com/reoring/idempiere_vagrant
Last synced: 12 days ago
JSON representation
Vagrant environment for the iDempiere with chef recipe
- Host: GitHub
- URL: https://github.com/reoring/idempiere_vagrant
- Owner: reoring
- License: mit
- Created: 2013-12-05T08:43:00.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-12-05T11:50:03.000Z (about 11 years ago)
- Last Synced: 2025-01-27T17:59:00.836Z (16 days ago)
- Language: Ruby
- Size: 200 MB
- Stars: 1
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
idempiere_vagrant
=================Vagrant environment for the iDempiere with chef recipe
# Setup
1. copy aws_config.dist.yml aws_config.yml then replace placeholders with your own aws access token information.
2. place your keypair file to the idempiere.pem
# Usage
## start on local
```
vagrant up
```## start on AWS
```
vagrant up --provider=aws
```