choteeandRaphael Michel cfda772133 Improved documentation by adding some requirements that where needed to install from a clean Debian 8.6 installation. (#365)
Before the ```$ pip3 install -r requirements.txt -r requirements/dev.txt``` installation step would succeed I needed to add the following dependencies:
```$ sudo aptitude install libxml2-dev```
```$ sudo aptitude install libxslt1-dev```
The Error without the dependencies ended with:
```
    In file included from src/lxml/lxml.etree.c:515:0:
    src/lxml/includes/etree_defs.h:14:31: fatal error: libxml/xmlversion.h: No such file or directory
     #include "libxml/xmlversion.h"
                                   ^
    compilation terminated.
    Compile failed: command 'x86_64-linux-gnu-gcc' failed with exit status 1
    creating tmp
    cc -I/usr/include/libxml2 -c /tmp/xmlXPathInitm_7rr3ky.c -o tmp/xmlXPathInitm_7rr3ky.o
    /tmp/xmlXPathInitm_7rr3ky.c:1:26: fatal error: libxml/xpath.h: No such file or directory
     #include "libxml/xpath.h"
                              ^
    compilation terminated.
    *********************************************************************************
    Could not find function xmlCheckVersion in library libxml2. Is libxml2 installed?
    *********************************************************************************
    error: command 'x86_64-linux-gnu-gcc' failed with exit status
```

In the "make localcompile" step I had to do
```$ sudo aptitude install gettext```
before it would succeed.

There was a reference to a demo event ("/mrmcd/2015/") it should probably be /bigevents/2017/ .
2016-12-19 09:01:59 +01:00
2016-02-19 15:26:54 +01:00
2016-05-29 14:56:17 +02:00
2016-02-16 16:17:04 +01:00
2016-05-08 12:53:16 +02:00
2016-09-28 00:10:45 +02:00
2016-12-10 12:09:31 +01:00

pretix

Docs Build Status Coverage Status

Reinventing ticket presales, one bit at a time.

Project status

Most features are present and sufficiently stable. pretix has been in use for multiple event and sold a few thousand tickets so far. There is still a bunch of features to come and there surely is still a bunch of bugs in there, but we consider it stable enough that we use it in production ourselves.

If you deploy and use pretix, there will be a safe upgrade path for all changes to come. We're planning on an 1.0 release in late 2016 or early 2017. Until then, we take the liberty of changing the code as we like, but we try to keep the changes to documented APIs as small as possible. If you want to use pretix in production or develop a plugin now, I invite you to send me an email so that I can notify you of changes and bugs that require your attention.

Since very recently we now have an installation guide in our documentation.

Contributing

If you want to contribute to pretix, please read the developer documentation in our documentation. If you have any further questions, please do not hesitate to ask!

License

The code in this repository is published under the terms of the Apache License. See the LICENSE file for the complete license text.

This project is maintained by Raphael Michel mail@raphaelmichel.de. See the AUTHORS file for a list of all the awesome folks who contributed to this project.

This project is 100 percent free and open source software. If you are interested in commercial support, hosting services or supporting this project financially, please go to pretix.eu or contact Raphael directly.

S
Description
Ticket shop application for conferences, festivals, concerts, tech events, shows, exhibitions, workshops, barcamps, etc.
Readme Multiple Licenses
904 MiB
Languages
Python 77.9%
HTML 12.7%
JavaScript 4.8%
SCSS 3.2%
Vue 0.8%
Other 0.5%