Merge branch 'master' into develop
This commit is contained in:
+3
-3
@@ -23,8 +23,8 @@ _Buster_ packages are provided for _amd64_ and _armhf_ 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.io/apt/debian/epoupon.gpg.key | apt-key add -
|
wget -O - https://debian.poupon.dev/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.dev/apt/debian buster main" > /etc/apt/sources.list.d/epoupon.list
|
||||||
```
|
```
|
||||||
|
|
||||||
To install or upgrade _LMS_:
|
To install or upgrade _LMS_:
|
||||||
@@ -65,7 +65,7 @@ cmake .. -DCMAKE_BUILD_TYPE=Release
|
|||||||
```
|
```
|
||||||
__Notes__:
|
__Notes__:
|
||||||
* you can customize the installation directory using `-DCMAKE_INSTALL_PREFIX=path` (defaults to `/usr/local`).
|
* you can customize the installation directory using `-DCMAKE_INSTALL_PREFIX=path` (defaults to `/usr/local`).
|
||||||
* you can customize the image library using `-DIMAGE_LIBRARY=<STB|GraphicksMagick++>`
|
* you can customize the image library using `-DIMAGE_LIBRARY=<STB|GraphicsMagick++>`
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
make
|
make
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
_LMS_ is a self-hosted music streaming software: access your music collection from anywhere using a web interface!
|
_LMS_ is a self-hosted music streaming software: access your music collection from anywhere using a web interface!
|
||||||
|
|
||||||
A [demo instance](http://lms.demo.poupon.io) is available. Note the administration panel is not available.
|
A [demo instance](http://lms-demo.poupon.dev) is available. Note the administration panel is not available.
|
||||||
|
|
||||||
## Main features
|
## Main features
|
||||||
* Low memory requirements: the demo instance runs on a _Raspberry Pi Zero W_
|
* Low memory requirements: the demo instance runs on a _Raspberry Pi Zero W_
|
||||||
|
|||||||
Reference in New Issue
Block a user