step 5, and some clean-ups

master
KrzysztofAS 6 years ago
parent e28c6f749b
commit d2458b6464

@ -26,14 +26,15 @@ Running Lidarr in a Docker container eases setup and reduces package installatio
_Mono 4.80 or later is required._ _Mono 4.80 or later is required._
1. Download and unpack to eg: `/opt` 1. Download latest version and unpack to eg: `/opt`
2. Create Lidarr user and group, eg: 2. Create Lidarr user and group, eg:
``` bash ``` bash
useradd -s /bin/false -d /var/lib/lidarr/ -r -m -U lidarr useradd -s /bin/false -d /var/lib/lidarr/ -r -m -U lidarr
``` ```
3. Change owner and permissions for lidarr application files: 3. Change owner and permissions for lidarr application files:
``` bash ``` bash
chown -R lidarr:lidarr {Lidar/Dir} chown -R lidarr:lidarr {Lidar/app/Dir}
chmod -R a=,a+X,u+rw,g+r {Lidar/Dir} chmod -R a=,a+X,u+rw,g+r {Lidar/app/Dir}
``` ```
4. Run lidarr as system service: [Autostart on Linux](https://github.com/lidarr/Lidarr/wiki/Autostart-on-Linux) 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

Loading…
Cancel
Save