A fork of the original contentdb, codenamed "Okapi".
Go to file
rubenwardy ae600582a0 Rename mod to package, add README 2018-03-19 18:30:27 +00:00
app Rename mod to package, add README 2018-03-19 18:30:27 +00:00
.gitignore Initial commit 2018-03-18 17:43:30 +00:00
README.md Rename mod to package, add README 2018-03-19 18:30:27 +00:00
config.example.cfg Add Github login 2018-03-18 18:05:53 +00:00
requirements.txt Add Github login 2018-03-18 18:05:53 +00:00
rundebug.py Initial commit 2018-03-18 17:43:30 +00:00
setup.py Rename mod to package, add README 2018-03-19 18:30:27 +00:00

README.md

Content Database

Setup

First create a Python virtual env:

virtualenv env
source env/bin/activate

then use pip:

pip install -r requirements.txt

Running

You need to enter the virtual environment if you haven't yet in the current session:

source env/bin/activate

Reset the database like so:

python setup.py -d

Then run the server:

python rundebug.py

Then view in your web browser:

http://localhost:5000/