/oi-archive-python

Yet Another OI Archive Project Frontend

Primary LanguageHTMLGNU General Public License v3.0GPL-3.0

oi-archive-python

Usage

# Require Python3.6+ and pip3 installed.
git clone https://github.com/oi-archive/source.git source
pip3 install flask markdown
sh command/start.sh

or

# Require Docker installed.
git clone https://github.com/oi-archive/source.git source
docker image build . -t oi-archive
# and run container with
docker container run --name oi-archive -d -p 8080:8080 -v $PWD/source:/app/source -it oi-archive

Demo