/flaskgur

Simple image hosting site written with Flask and Python

Primary LanguagePythonGNU General Public License v2.0GPL-2.0

flaskgur

Simple image hosting site written with Flask and Python

Screenshot

alt text alt text

www.chokepoint.net

How to deploy

$ sudo pip install virtualenv
$ git clone https://github.com/kawa-/flaskgur
$ cd flaskgur
$ virtualenv venv
$ . venv/bin/activate
$ pip install Flask pillow
$ sqlite3 flaskgur.db < schema.sql
$ ./run.sh