https://github.com/byceps/byceps
Tip revision: 6fa71d12859037ed455b86801f7bf67a663ab141 authored by Jochen Kupperschmidt on 07 December 2025, 22:01:17 UTC
Do not persist auth token in Git config in CI actions
Do not persist auth token in Git config in CI actions
Tip revision: 6fa71d1
debian-packages.rst
Install Debian Packages
=======================
`Debian Linux`_ is the recommended operating system to run BYCEPS on.
To install packages, become the ``root`` user (or prefix the following
commands with ``sudo`` to obtain superuser permissions):
.. code-block:: console
$ su -
Update the list of packages before installing any:
.. code-block:: console
# aptitude update
On Debian "Bullseye" 11 or Debian "Buster" 10, install these packages:
.. code-block:: console
# aptitude install git nginx postgresql python3 python3-dev python3-venv redis-server
Additional required packages should be suggested for installation by
the package manager.
Refer to the Debian documentation for further details.
.. _Debian Linux: https://www.debian.org/
