Install ADempiere easily with Docker

Describes the steps to install ADempiere with Docker.

Install Docker for your operating system

To install Docker on MacOS see https://docs.docker.com/docker-for-mac/install/

To Install Docker on Window see https://docs.docker.com/docker-for-windows/install/

To Install Docker on Debian Linux see https://docs.docker.com/engine/install/debian/

Verify that docker is installed :

docker --version
Docker version 20.10.2, build 2291f61

Install Docker Compose for your operating system

To install Docker https://docs.docker.com/compose/install/

docker-compose --version
docker-compose version 1.27.4, build 40524192

Install git for your operating system

to Install git see https://git-scm.com/book/en/v2/Getting-Started-Installing-Git

git --version
git version 2.24.3 (Apple Git-128)

Clone the ADempiere Docker Repository

Setup ADempiere Docker Install

Open a shell command terminal and run the following statements:

Edit and modify the default settings for the PostgreSQL database

Edit and modify the default setting for the ADempiere

Deployment ADempiere using the application shell script

Based on the configuration of ./adempiere/.env, docker will show the available ports where the ADempiere services were deployed 0.0.0.0:4444->4444/tcp, 0.0.0.0:8274->8888/tcp

If everything goes well up to here, open the following url http://0.0.0.0:8274/webui/ in the browser of your choice

To access use the username and password GardenAdmin

ADempiere Role

Congratulations now you can evaluate and try adempiere locally

ADempiere Main Screen

See Also

Github ADempiere Docker Repository

Last updated