Skip to content
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.

Latest commit

 

History

History
19 lines (13 loc) · 523 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 523 Bytes

aosw-docker

Docker wrapper for AOSW

Getting started

Run commands below to run axelor app in docker container:

git clone https://github.com/ALYMBEK-KG/aosw-docker.git
cd aosw-docker
bash run.sh 7.2 dev

Wait a few minutes until the app starts, then refer to link: http://localhost:8084/axelor-erp

Update translation files: docker exec -it aosw-docker-app-1 ./gradlew i18n
Update web resource files: docker exec -it aosw-docker-app-1 ./gradlew copyWebapp