Your friendly manager of attendees at an event

Davide Alberani e6272cf349 ignore ssl certs 9 年之前
angular_app 2bea160434 closes #59: ues HTTPS, if a certificate is available 9 年之前
data 622c884853 closes #21: trigger to print labels 9 年之前
ssl 42f1a47dc1 closes #59: ues HTTPS, if a certificate is available 9 年之前
static 85ba6be4b5 basic WebSocket handler 9 年之前
templates 9591c68bf2 templates directory 9 年之前
.gitignore e6272cf349 ignore ssl certs 9 年之前
DEVELOPMENT.md da8809b3ed checked in 9 年之前
LICENSE.txt c377eb032b add Apache 2.0 license 9 年之前
README.md 8dda84f479 documentation 9 年之前
backend.py 8c6ec6a15b fixes #53: do not convert integers longer than 8 bytes 9 年之前
eventman_server.py 84ddf76543 run in HTTP if no certficate is found 9 年之前
utils.py 94fbfef6cf closes #55: import persons from an English CSV 9 年之前

README.md

Event Man(ager)

Your friendly manager of attendees at an event.

Development

See the DEVELOPMENT.md file for more information about how to contribute.

Technological stack

The web part is incuded; you need to install Tornado, MongoDB and the pymongo module on your system (no configuration needed).

Coding style and conventions

It's enough to be consistent within the document you're editing.

I suggest four spaces instead of tabs for all the code: Python (mandatory), JavaScript, HTML and CSS.

Python code documented following the Sphinx syntax.

Install and run

Be sure to have a running MongoDB server, locally.

wget https://bootstrap.pypa.io/get-pip.py
sudo python get-pip.py
sudo pip install tornado
sudo pip install pymongo
cd
git clone https://github.com/raspibo/eventman
cd eventman
./eventman_server.py --debug

Open browser and navigate to: http://localhost:5242/

License and copyright

Copyright 2015 Davide Alberani da@erlug.linux.it

           RaspiBO <info@raspibo.org>

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.