This is the source code for our lab website written in Flask. Created by Luke Chang 2014
Here is how to install the website to work on locally.
- Create a folder for the lab website
- Install packages from requirements.txt
- Clone this github repository
git clone https://github.com/cosanlab/cosanlab_website
inside the directory - Make sure you have the keys file inside the folder, but NOT inside the github repository
- Change base_dir in
app/__init__.py
to location of local folder - Run
python runserver.py runserver
inside github folder