Skip to content

hefanbo/o2oa-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Dockerize 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.

About

Create docker image for O2OA

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published