mirror of
https://github.com/lidarr/Lidarr
synced 2025-01-02 21:15:05 +00:00
Updated Installation (markdown)
parent
eea0ba2d6a
commit
1a63b57554
1 changed files with 2 additions and 2 deletions
|
@ -28,7 +28,7 @@ Running Lidarr in a Docker container eases setup and reduces package installatio
|
|||
|
||||
_Mono 5.8 or later is required._
|
||||
|
||||
1. Download latest version and unpack to eg: `/opt`
|
||||
1. Download latest version from https://github.com/lidarr/Lidarr/releases and unpack to eg: `/opt`
|
||||
2. Create Lidarr user and group, eg:
|
||||
``` bash
|
||||
useradd -s /bin/false -d /var/lib/lidarr/ -r -m -U lidarr
|
||||
|
@ -39,4 +39,4 @@ chown -R lidarr:lidarr /opt/Lidarr
|
|||
chmod -R a=,a+X,u+rw,g+r /opt/Lidarr
|
||||
```
|
||||
4. Run lidarr as system service: [Autostart on Linux](https://github.com/lidarr/Lidarr/wiki/Autostart-on-Linux)
|
||||
5. Lidarr should be available on port 8686, for example: http://localhost:8686
|
||||
5. Lidarr should be available on port 8686, for example: http://localhost:8686
|
Loading…
Reference in a new issue