- Clone and initialize repository:
$ git clone [email protected]:fsc-axelor/axelor-boilerplate.git
$ cd axelor-boilerplate/
$ ./init.sh
-
Edit
open-suite-webapp/src/main/resources/application.properties
to configure the database parameters according to the environment variables used in thedocker-compose.yml
: db.default.url = jdbc:postgresql://db:5432/axelor-open-suite db.default.user = axelor db.default.password = changeme -
Optional: edit
.env
file to configure tomcat and postgresql docker images. -
Build and deploy Axelor Open Platform:
$ cd open-suite-webapp/
$ ./gradlew clean build -xtest
$ cp build/libs/axelor-erp-*.war ../webapps/ROOT.war
- Start containers (inside axelor-boilerplate directory)
$ docker-compose up
- Go to http://localhost:8080