-
This repo is forked from the open-oni project.
-
See the original readme here
-
The
managerservice has to be started first for necessary files to be copied into the/opt/openonifolder before thewebservice can successfully start.
Start Instance
docker compose up -d
Stop Instance
docker compose down
or
docker compose down -v
Auto load batches
docker exec -it openoni-web bash
cd /opt/openoni
source ENV/bin/activate
./batch_load_batches.sh
Compile Themes
docker exec -it openoni-web bash
cd /opt/openoni
./compile_themes.sh
I'm in the Open ONI Slack Channel.