Updated Installation (markdown)

master
Khaosan 5 years ago
parent 54b37bf999
commit cb370c5cf8

@ -28,24 +28,31 @@ Running Lidarr in a Docker container eases setup and reduces package installatio
_Mono 5.8 or later is required._
1. cd /opt
1. Get to directory /opt
2. sudo wget https://github.com/lidarr/Lidarr/releases/download/v0.5.0.583/Lidarr.develop.0.5.0.583.linux.tar.gz
cd /opt
Download latest version here https://github.com/lidarr/Lidarr/releases
2. Download Lidar.tar.gz <--- Download latest version here https://github.com/lidarr/Lidarr/releases
3.sudo tar -xzvf Lidarr.develop.0.5.0.583.linux.tar.gz ### <---edit name same as latest version!
sudo wget https://github.com/lidarr/Lidarr/releases/download/v0.5.0.583/Lidarr.develop.0.5.0.583.linux.tar.gz
4. To run in shell
3.Extract package
2. Create Lidarr user and group, eg:
sudo tar -xzvf Lidarr.develop.0.5.0.583.linux.tar.gz ### <---edit name same as latest version!
4. Try Tto run in shell - /!\ not permanently /!\
sudo mono --debug /opt/Lidarr/Lidarr.exe
### Autostart follow next step ###
5. Create Lidarr user and group, eg:
``` bash
useradd -s /bin/false -d /var/lib/lidarr/ -r -m -U lidarr
```
3. Change owner and permissions for lidarr application files:
6. 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
```
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
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
Loading…
Cancel
Save