A swing User Interface based in adempiere box
This project just treat of run ADempiere ZK UI based on base adempiere box project using gradle
This project is a java client using swing interface and completely based on gradle package management
The follow requirements need for run it:
gradle clean
With default connection properties file ($HOME/Adempiere.properties
)
gradle appRun
# As System Property
gradle appRun -DPropertyFile=/tmp/TEMPLATE.properties
You can generate a war file using the follow command
# As System Property
gradle war
You can also run it with docker compose
for develop enviroment. Note that this is a easy way for start the service with PostgreSQL and middleware.
docker compose version
Docker Compose version v2.16.0
Just go to docker-compose
folder and run it
cd docker-compose
docker compose up
Open browser in the follow url http://localhost:8888/webui/
This will be generated in adempiere-zk-ui/build/libs/adempiere-zk-ui.war