/genset-demo-site

The website for demonstrating (and explaining) the GenSET project.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

GENSET Demo Site

Build Status Codacy Badge Website Python Badge

This is the code for the GENSET website, for demonstrating the GENSET project.

Installation and Configuration

More detailed instructions are on the site wiki.

virtualenv -p python3.5 venv
. venv/bin/activate

pip install numpy
pip install -r requirements.txt

# Copying config files
cp test_config.py config.py
cp sample_env .env

# Remember to edit `config.py` and `.env`!
vim config.py .env -p

# For heroku
heroku local

# For python
. .env
python run.py