Quick start instructions
========================

Setup using virtualenv
----------------------

Install required software (Debian/Ubuntu):
    sudo apt-get install virtualenvwrapper python poedit

Configure virtualenv by following instructions in /etc/bash_completion.d/virtualenvwrapper

Create a virtual environment:
    mkvirtualenv -r requirements stroggle


Setup on the machine (Debian/Ubuntu)
------------------------------------

sudo apt-get install poedit python-flask-login python-flask-babel python-flaskext.wtf


Running the software
--------------------

Start development server:
python hello.py

Translations:
pybabel init -i messages.pot -d translations -l de
poedit
pybabel compile -d app/translations
