2018-03-21 20:16:21 +00:00
2018-03-21 20:16:21 +00:00
2018-03-18 17:43:30 +00:00
2018-03-18 18:05:53 +00:00
2018-03-20 00:44:47 +00:00
2018-03-18 18:05:53 +00:00
2018-03-18 17:43:30 +00:00
2018-03-21 19:03:14 +00:00

Content Database

Setup

First create a Python virtual env:

virtualenv env
source env/bin/activate

then use pip:

pip3 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:

python3 setup.py -d

Then run the server:

python3 rundebug.py

Then view in your web browser:

http://localhost:5000/
Description
No description provided
Readme 4.1 MiB
Languages
Python 52.7%
HTML 22%
CSS 21%
JavaScript 2.5%
SCSS 1.2%
Other 0.4%