Skip to content

Legacy, Flask-based website of the Chicago GNU/Linux User Group. Runs on OpenShift.

Notifications You must be signed in to change notification settings

chicagolug/chicagolug.org-legacy

Repository files navigation

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

About

Legacy, Flask-based website of the Chicago GNU/Linux User Group. Runs on OpenShift.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published