brew install md5sha1sum
- Python >= 2.5
- pip
- virtualenv
sudo pip install virtualenv
- Redis >= 2.4
Umgebung anlegen:
make init
Server starten:
source activate
make server
- Installation (oder Upgrade) mittels
deploy
-Skript - Instanzordner anlegen mittels
python -m mittach.instancer mittach-instance [Modus]
NB: Der Instanzordner muss in einem der in http://flask.pocoo.org/docs/config/#instance-folders aufgeführten Ordner liegen. app.wsgi
in den Instanzordner kopieren- Apache so konfigurieren, dass mod_wsgi
app.wsgi
aufruft