Coder Social home page Coder Social logo

kino's Introduction

Diese Anwendung soll dazu dienen, für gemeinsame Filme-Abende einen Film zu
finden, den möglichst viele sehen möchten.

Wann ein solcher Filme-Abend stattfindet, wird aus einer ICS-Datei gelesen,
deren URL in der config.py angegeben werden kann (siehe config.sample.py). Neue
Termine werden eingelesen und alte gestrichen, wenn

    ./runtask.py update_events

ausgeführt wird. Um andere Teilnehmer über neue Termine oder abgesagte bereits
angekündigte Termine zu informieren, versendet der Befehl

    ./runtask.py write_mails

E-Mails an die in der config.py eingestellten Empfänger.

Installation
============
Um alle Abhängigkeiten zu installieren, führe folgendes als root aus:

    pip install Flask Flask-SQLAlchemy Flask-Script Flask-Mail vobject MySQL-python

Falls eine andere Datenbank als MySQL benutzt werden soll, muss außerdem noch
das entsprechende Modul installiert werden, beispielsweise

    pip install pysqlite

Um die Anwendung als FastCGI-Server zu betreiben wird außerdem Flup benötigt:

    pip install flup

Konfiguration
=============
Die Datei config.sample.py sollte veranschaulichen, wie die Anwendung
konfiguriert wird. Außerdem können dort alle Optionen, die Flask selbst
versteht, untergebracht werden, siehe dazu http://flask.pocoo.org/docs/config/

Wie man die Anwendung in einen Webserver einbindet ist unter
http://flask.pocoo.org/docs/deploying/fastcgi/ nachzulesen.

Um die Anwendung als Stand-Alone-Server laufen zu lassen, genügt der Aufruf von

    ./runtask.py runserver

kino's People

Contributors

jplitza avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.