Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 644 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 644 Bytes

Cosanlab Website

This is the source code for our lab website written in Flask. Created by Luke Chang 2014

Install

Here is how to install the website to work on locally.

  1. Create a folder for the lab website
  2. Install packages from requirements.txt
  3. Clone this github repository git clone https://github.com/cosanlab/cosanlab_website inside the directory
  4. Make sure you have the keys file inside the folder, but NOT inside the github repository
  5. Change base_dir in app/__init__.py to location of local folder
  6. Run python runserver.py runserver inside github folder