Contents Menu Expand Light mode Dark mode Auto light/dark mode
BYCEPS
Logo
BYCEPS
  • Concepts
    • Authorization
    • Blueprints
    • Scopes
    • Signals
  • Available Blueprints
    • Seating
  • Installation
    • Requirements
    • Install Debian Packages
    • Obtain BYCEPS
    • Set Up a Virtual Python Environment
    • Create BYCEPS Configuration File
    • Prepare PostgreSQL
    • Populate Database
  • Installation (Docker Compose)
  • Running BYCEPS
  • Upgrading
    • Python Packages
  • Configuration
  • Command-line Interface
  • Testing
  • License
  v: latest
Versions
latest
Downloads
pdf
html
epub
On Read the Docs
Project Home
Builds
Back to top
Edit this page

Requirements#

  • Python 3.9 or higher

  • PostgreSQL 13 or higher (for data persistence)

  • Redis 5.0 or higher (for the background job queue)

  • uWSGI, Gunicorn, or Waitress (as WSGI server)

  • nginx (as reverse proxy, to serve static files, for TLS)

  • Git (for downloading and updating BYCEPS, but not strictly for running it)

Next
Install Debian Packages
Previous
Installation
Copyright © 2014-2023 Jochen Kupperschmidt
Made with Sphinx and @pradyunsg's Furo