k4ever/devel
Konrad Mohrfeldt 1f8e805a4d added graphic sources for approved/pending icons 2011-10-16 13:08:57 +02:00
..
grafiken added graphic sources for approved/pending icons 2011-10-16 13:08:57 +02:00
README added thumbnail support (kudoes to tannek) 2011-10-15 03:43:33 +02:00
TODO added thumbnail support (kudoes to tannek) 2011-10-15 03:43:33 +02:00
er.dia started user plugin settings 2011-09-30 02:15:53 +02:00
map.html moved map, added docs link 2011-10-15 03:49:43 +02:00
map.png moved map, added docs link 2011-10-15 03:49:43 +02:00
offizielles-lied Added official song 2010-09-29 19:58:12 +02:00
preise-graph.svg Initial commit 2010-09-24 17:14:33 +02:00
webseiten-layout.xoj Komische skizze 2010-10-19 19:04:51 +02:00
wildes_rumgekritzel.xoj kleine Umbennungen und weitere Idee 2010-10-13 06:13:59 +02:00

README

Kassensystem
############

Preamble
========
For ages there has been the discussion - Kassensystem! 

So many attempts have been made, so many things have been discussed
and overengineered... But oh well, here is our attempt!


Mighty Kassensystem, finally!

Dependencies
============
 - python-django >= 1.3
 - python-django-auth-ldap
 - python-django-piston
 - easy-thumbnails
 	https://github.com/SmileyChris/easy-thumbnails.git


Installation Process
====================

1. Webserver

Some sort of Webserver is needed to host the django part. All about deploying
django can be found at https://docs.djangoproject.com/en/dev/howto/deployment/
Mostly this will be apache2 + mod_wsgi.

k4ever has static files which should be served by the webserver directly, so
be sure to turn off python for the media/ directory.

For development there is also djangos builtin webserver. You can use it via
./manage.py runserver but THIS SHOULD NEVER BE USED IN A PRODOCTIVE
ENVIRONMENT.



2. The database
 - edit settings.py for database
 - Add Usergroups: ('Normal User', 'Plugin') ( to be renamed)
 - ./manage.py syncdb
 - install script for needed data will be written.


Documentation
=============

Yes, there is more documentation than this readme! It is present
at k4ever/docs/, but if you want (and have python-sphinx) installed,
you can compile it to nice html (or pdf, ...) pages. There is a
``Makefile`` present to your assistance.