https://github.com/byceps/byceps
Tip revision: 2f307b8cbe1b3b51b8d28fe40a3aafd8e178b0af authored by Jochen Kupperschmidt on 16 February 2026, 03:05:23 UTC
Adjust test to new `hidden` argument to `page_service.update_page`
Adjust test to new `hidden` argument to `page_service.update_page`
Tip revision: 2f307b8
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/
