Skip to content
This repository has been archived by the owner on Oct 1, 2019. It is now read-only.

innoq/mittach

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mittach!

Installation

Mac-User

brew install md5sha1sum

Anforderungen

  • Python >= 2.5
  • pip
  • virtualenv sudo pip install virtualenv
  • Redis >= 2.4

Entwicker-Setup

Umgebung anlegen:

make init

Server starten:

source activate
make server

http://localhost:5000/

Produktions-Setup

  • 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