/o2oa-docker

Create docker image for O2OA

Primary LanguageShell

Dockerize O2OA

About O2OA

Get

To download the latest release file:

$ cd o2oa
$ ./download_latest_release.sh

Then unzip the file located in the o2oa/install_files directory.

If you would like to compile O2OA from the source, you can copy the directory <build_dir>/target/o2server to o2oa/install_files.

Run

To build docker image:

$ docker-compose build

To run containers:

$ docker-compose up -d

Two containers will be started. One is for Postgres database, and the other is for O2OA.

A directory named volumes will be created as the datastore if it does not exist.