Giter Site home page Giter Site logo

fakoorco / byceps Goto Github PK

View Code? Open in Web Editor NEW

This project forked from byceps/byceps

0.0 1.0 0.0 9.13 MB

BYCEPS is a web platform to run LAN parties. Multiple brands, multiple sites, advanced ticketing, seating, native discussion board and shop, intranet mode, etc.

Home Page: https://byceps.nwsnet.de/

License: BSD 3-Clause "New" or "Revised" License

Python 75.21% HTML 21.55% JavaScript 0.94% CSS 2.24% Dockerfile 0.07%

byceps's Introduction

BYCEPS

BYCEPS logo

BYCEPS is the Bring-Your-Computer Event Processing System.

It is a tool to prepare and operate a LAN party, both online on the Internet and locally as an intranet system, for both organizers and attendees.

The system incorporates both experience from more than 15 years of organizing LAN parties as well as concepts and source code developed for more than a decade.

Parties using BYCEPS:

  • Since 2014, BYCEPS is the foundation of the public website and local party intranet of the LANresort (300+ attendees) event series.
  • In 2016, LANresort Bostalsee was launched on BYCEPS.
  • In 2017, NorthCon (1,300+ attendees) was relaunched on BYCEPS.

Other sites using BYCEPS:

  • In 2019, the OrgaTalk community was launched using BYCEPS as a discussion board.
Copyright:2006-2020 Jochen Kupperschmidt
License:Revised BSD (see LICENSE file for details)
Website:https://byceps.nwsnet.de/

Code Status

Build Status Scrutinizer Code Coverage Scrutinizer Code Quality Code Climate

Installation

See installation instructions.

Testing

In the activated virtual environment, install the test dependencies:

(venv)$ pip install -r requirements-test.txt

Run the tests:

(venv)$ pytest

Serving

To spin up a local server (only for development purposes!) on port 5000 with debugging middleware and in-browser code evaluation:

$ BYCEPS_CONFIG=../config/development_admin.py FLASK_ENV=development flask run

In a production environment, it is recommended to have the application served by uWSGI or Gunicorn.

It is furthermore recommended to run it locally behind nginx and have the latter both serve static files and provide SSL encryption.

Shell

The application shell is an interactive command line that gives access to BYCEPS' functionality as well as the persisted data.

(venv)$ BYCEPS_CONFIG=../config/development_admin.py FLASK_APP=app.py flask shell

Installation of an extra package makes the shell easier to use due to features like command history and auto-completion:

(venv)$ pip install flask-shell-ipython

byceps's People

Contributors

homeworkprod avatar ovee avatar m-ober avatar mrfastdie avatar philmacfly avatar mbraun81 avatar

Watchers

James Cloos 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.