Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 675 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 675 Bytes

The Chicago GNU/Linux User Group Website

A very simple database-free website using the Flask microframework.

You can see it running at http://chicagolug.org

How to install and run locally

(Assumes you have Pip, virtualenv and virtualenvwrapper installed).

git clone http://gitorious.org/chicagolug-org/chicagolug-flask
cd chicagolug-flask
mkvirtualenv chicagolug
pip install -E chicagolug -r requirements.txt
python chicagolug.py

The development server should now be running on localhost:5000