Deploy Apache OFBiz Using Docker on Ubuntu Machine.
Required softwares.
- Docker-ce installed.
- Docker-compose installed.
- Git Installed.
Steps to Created Docker of OFBiz.
Step 1. Clone This repo
Step 2. Go to cloned directory.
Step 3. Clone Apache OFBiz repo either by git repo or svn on any branch with named ofbiz in the same cloned (OFBiz-Docker) directory.
git clone -b trunk https://github.com/apache/ofbiz-framework.git ofbiz
Step 4. Run compose-up.sh to build OFBiz docker images and deploy it either with Mysql or PostgreSql.
a) Deploy OFBiz with Mysql Database.
b) Deploy OFBiz with PostgreSQL Database.
Once compose-up.sh is executed secessfully it will take some time to build and deploy images.
Step 5. Access Apache OFBiz at https://localhost:8443/ and https://localhost:8443/webtools/control/main
Step 6. To stop and remove containers run