diff --git a/Installation.md b/Installation.md index 0c55fb2..62ff72a 100644 --- a/Installation.md +++ b/Installation.md @@ -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 \ No newline at end of file +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 \ No newline at end of file