Skip to content

Latest commit

 

History

History
executable file
·
41 lines (32 loc) · 920 Bytes

File metadata and controls

executable file
·
41 lines (32 loc) · 920 Bytes

Open ONI (Customized)

Original Project

  • This repo is forked from the open-oni project.

  • See the original readme here

  • Customizations

  • The manager service has to be started first for necessary files to be copied into the /opt/openoni folder before the web service can successfully start.

Run Open ONI with docker compose

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

Contact

I'm in the Open ONI Slack Channel.