Updated doc for bookworm

This commit is contained in:
emeric
2023-07-02 21:48:25 +02:00
parent 5d701af41c
commit b8f83540a5
+6 -6
View File
@@ -1,6 +1,6 @@
- [Installation](#installation) - [Installation](#installation)
* [Docker](#docker) * [Docker](#docker)
* [Debian Bullseye packages](#debian-bullseye-packages) * [Debian packages](#debian-packages)
* [From source](#from-source) * [From source](#from-source)
+ [Build dependencies](#build-dependencies) + [Build dependencies](#build-dependencies)
+ [Build](#build) + [Build](#build)
@@ -15,12 +15,12 @@
# Installation # Installation
## Docker ## Docker
_Docker_ images are available, please see detailed instructions on https://hub.docker.com/r/epoupon/lms. _Docker_ images are available, please see detailed instructions on https://hub.docker.com/r/epoupon/lms.
## Debian Bullseye packages ## Debian packages
_Bullseye_ packages are provided for _amd64_ and _armhf_ architectures. _Bookworm_ packages are provided for _amd64_ architectures.
As root, trust the following debian package provider and add it in your list of repositories: As root, trust the following debian package provider and add it in your list of repositories:
```sh ```sh
wget -O - https://debian.poupon.dev/apt/debian/epoupon.gpg.key | apt-key add - wget https://debian.poupon.dev/apt/debian/epoupon.gpg -P /usr/share/keyrings
echo "deb https://debian.poupon.dev/apt/debian bullseye main" > /etc/apt/sources.list.d/epoupon.list echo "deb [signed-by=/usr/share/keyrings/epoupon.gpg] https://debian.poupon.dev/apt/debian bookworm main" > /etc/apt/sources.list.d/epoupon.list
``` ```
To install or upgrade _LMS_: To install or upgrade _LMS_:
```sh ```sh
@@ -30,7 +30,7 @@ apt install lms
The _lms_ service is started just after the package installation, run by a dedicated _lms_ system user.</br> The _lms_ service is started just after the package installation, run by a dedicated _lms_ system user.</br>
Please refer to [Deployment](#deployment) for further configuration options. Please refer to [Deployment](#deployment) for further configuration options.
## From source ## From source
__Note__: this installation process and the default values of the configuration files have been written for _Debian Bullseye_. Therefore, you may have to adapt commands and/or paths in order to fit to your distribution. __Note__: this installation process and the default values of the configuration files have been written for _Debian Bookworm_. Therefore, you may have to adapt commands and/or paths in order to fit to your distribution.
### Build dependencies ### Build dependencies
__Notes__: __Notes__:
* a C++17 compiler is needed * a C++17 compiler is needed