Updated README
This commit is contained in:
@@ -60,21 +60,16 @@ wget -O - https://debian.poupon.io/apt/debian/epoupon.gpg.key | apt-key add -
|
|||||||
echo "deb https://debian.poupon.io/apt/debian buster main" > /etc/apt/sources.list.d/epoupon.list
|
echo "deb https://debian.poupon.io/apt/debian buster main" > /etc/apt/sources.list.d/epoupon.list
|
||||||
```
|
```
|
||||||
|
|
||||||
To install _LMS_:
|
To install or upgrade _LMS_:
|
||||||
```sh
|
```sh
|
||||||
apt-get update
|
apt update
|
||||||
apt-get install lms
|
apt install lms
|
||||||
```
|
```
|
||||||
|
|
||||||
To upgrade _LMS_:
|
The _lms_ service is started just after the package installation, run by a dedicated _lms_ system user.</br>
|
||||||
```sh
|
Please refer to [Deployment](#deployment) for further configuration options.
|
||||||
apt-get update
|
|
||||||
apt-get install lms
|
|
||||||
```
|
|
||||||
|
|
||||||
By default, the _lms_ service is started just after the package installation. You may want to refer to [Deployment](#deployment) for further configuration options.
|
### From source
|
||||||
|
|
||||||
### From Sources
|
|
||||||
__Note__: this installation process and the default values of the configuration files have been written for _Debian Buster_. 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 Buster_. Therefore, you may have to adapt commands and/or paths in order to fit to your distribution.
|
||||||
|
|
||||||
#### Build dependencies
|
#### Build dependencies
|
||||||
@@ -140,7 +135,7 @@ systemctl enable lms
|
|||||||
|
|
||||||
#### Upgrade
|
#### Upgrade
|
||||||
|
|
||||||
To upgrade `LMS` from sources, you need to update the master branch and rebuild/install it:
|
To upgrade _LMS_ from sources, you need to update the master branch and rebuild/install it:
|
||||||
```sh
|
```sh
|
||||||
cd build
|
cd build
|
||||||
git pull
|
git pull
|
||||||
|
|||||||
Reference in New Issue
Block a user