Thanks to visit codestin.com
Credit goes to github.com

Skip to content

My fork of Open ONI (Open Online Newspaper Initiative) Django web app.

License

jameswsullivan/open-oni

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

My fork of Open ONI (Open Online Newspaper Initiative) Django web app.

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 63.6%
  • HTML 30.7%
  • Shell 2.4%
  • JavaScript 1.6%
  • CSS 1.2%
  • Dockerfile 0.5%