File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # Moqui On Docker
2+
3+ This directory contains everything needed to deploy moqui on docker. To do so
4+ follow these instructions:
5+
6+ - Choose a docker compose file in ` docker/ ` . For example to deploy moqui on
7+ postgres you can choose moqui-postgres-compose.yml.
8+ - Find and download a suitable JDBC driver for the target database, download its
9+ jar file and place it in ` runtime/lib ` .
10+ - Generate moqui war file ` ./gradlew build `
11+ - Get into docker folder ` cd docker `
12+ - Build chosen compose file, e.g. ` ./build-compose-up.sh moqui-postgres-compose.yml `
13+
14+ This last step would build the "moqui" image and deploy all services. You can
15+ confirm by accessing the system on http://localhost
16+
17+ For a more secure and complete deployment, it is recommended to carefully review
18+ the compose files and adjust as needed, including changing credentials and other
19+ settings such as setting the host names, configuring for letsencrypt, etc ...
You can’t perform that action at this time.
0 commit comments