1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
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/