What problem does it solve?
This Skill automates the provisioning of a complete iDempiere development environment by orchestrating setup.sh to install Eclipse, clone the repository, run Maven builds, and configure the database.
Core Features & Use Cases
- Full environment setup: clones the iDempiere repository, runs a Maven build, and configures the Eclipse workspace.
- Optional Docker integration: can spin up a PostgreSQL container for local DB and configure database settings.
- Branch and repository control: supports specifying a Git branch and repository URL for source checkout.
- Quick-start scenarios: reduces setup time for new developers or CI environments by applying standard configuration and provisioning.
Quick Start
Use the setup.sh script to perform a full environment setup: for example
./setup.sh --docker-postgres-create --db-admin-pass <password> --branch release-11 --repository-url https://github.com/idempiere/idempiere.git