MagicSmoke

English Deutsch

MagicSmoke is an Open Source Theater Ticket Sale System. The server component is written in PHP 5/7 and is designed to run on Apache on Linux/Unix (it might run on other systems, but no guarantees). The client is written in C++/Qt and has been tested on Linux, Windows and MacOS/X.

MagicSmoke ist ein Verkaufssystem für Theater-Tickets. MagicSmoke ist Open Source. Die Serverkomponente ist in PHP 5/7 für Apache geschrieben und läuft auf Linux/Unix (es kann sein dass sie auch auf anderen Systemen läuft, aber es ist nicht garantiert). Der Client ist in C++/Qt geschrieben und mit Linux, Windows und MacOS/X getestet.

Documentation

Die Dokumentation ist im Moment nur in Englisch verfügbar:

Download/Installation

There are binary packages for Windows and Linux Clients available at "Deutschlands Zauberschloss":

Für Windows und Linux existieren Binär-Pakete für den Client bei Deutschlands Zauberschloss:

Click Here for Download

(Chose the packages dist-platform-* for initial installation.)

(Wählen Sie die Datei dist-platform-* zur Installation.)

Sources
Quellen

Sources of version 2.x can be retrieved via GIT:

Quellen der Version 2.x können via GIT bezogen werden:

git clone git://git.silmor.de/konrad/smoke.git magicsmoke
cd magicsmoke
git submodule init
git submodule update

Make sure to execute all commands listed above, or you will miss some important parts of the sources. If the clone command fails because you are behind a web proxy or your firewall blocks the git protocol, you can replace git:// with http:// above.

Bitte führen Sie alle Kommandos aus, sonst können einige wichtige Teile der Quellen fehlen. Falls das clone Kommando nicht funktioniert, weil Sie sich hinter einem Proxy oder einer restriktiven Firewall befinden, dann kann in diesem Kommando auch git:// gegen http:// vertauscht werden.

Detailed instructions on how to build and deploy the system can be found in the documentation.

Detailierte Informationen wie das System gebaut und installiert wird finden sich in der Dokumentation.


MagicSmoke is written with the Qt Framework (version 5.x).