Updated Installation (markdown)

master
Khaosan 5 years ago
parent be4bd07a70
commit 530b5bd663

@ -48,15 +48,18 @@ _Mono 5.8 or later is required._
``` sudo mono --debug /opt/Lidarr/Lidarr.exe ```
5. Lidarr should be available on port 8686, for example: http://localhost:8686
### Autostart, permanently, follow next step ###
5. Create Lidarr user and group, eg:
6. Create Lidarr user and group, eg:
``` bash
useradd -s /bin/false -d /var/lib/lidarr/ -r -m -U lidarr
```
6. Change owner and permissions for lidarr application files:
7. Change owner and permissions for lidarr application files:
``` bash
chown -R lidarr:lidarr /opt/Lidarr
chmod -R a=,a+X,u+rw,g+r /opt/Lidarr
```
7. Run lidarr as system service: [Autostart on Linux](https://github.com/lidarr/Lidarr/wiki/Autostart-on-Linux)
8. Lidarr should be available on port 8686, for example: http://localhost:8686
8. Run lidarr as system service: [Autostart on Linux](https://github.com/lidarr/Lidarr/wiki/Autostart-on-Linux)
9. Lidarr should be available on port 8686, for example: http://localhost:8686
Loading…
Cancel
Save