Skip to content

jameswsullivan/open-oni

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2,328 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

0 stars

Watchers

0 watching

Forks

Packages

 
 
 

Contributors

Languages

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