Updated Installation (markdown)

master
Donald Webster 7 years ago
parent e5308aace0
commit eda6a38c63

@ -43,7 +43,8 @@ Download and extract the latest [release](https://github.com/Radarr/Radarr/relea
To run Radarr on startup, follow [this Wiki article](https://github.com/Radarr/Radarr/wiki/Autostart-on-Linux) relevent to your Distro. To run Radarr on startup, follow [this Wiki article](https://github.com/Radarr/Radarr/wiki/Autostart-on-Linux) relevent to your Distro.
### FreeBSD Jail ### FreeBSD Jail
### I'm not sure if this is the best, or correct way but it works for me. Before starting, find the latest *.linux.tar.gz* [release](https://github.com/Radarr/Radarr/releases) to use below. The example URL will *not* work.
```bash ```bash
pkg update && pkg upgrade pkg update && pkg upgrade
pkg install mono mediainfo sqlite3 pkg install mono mediainfo sqlite3
@ -51,9 +52,9 @@ pkg install mono mediainfo sqlite3
pkg install libgdiplus pkg install libgdiplus
cd /usr/local/ cd /usr/local/
fetch https://github.com/Radarr/Radarr/releases/download/v0.2.0.210/Radarr.develop.0.2.0.210.linux.tar.gz fetch https://github.com/Radarr/Radarr/releases/download/latest/Radarr.develop.latest.linux.tar.gz
tar -zxvf Radarr.develop.0.2.0.210.linux.tar.gz tar -zxvf Radarr.develop.*.linux.tar.gz
rm Radarr.develop.0.2.0.210.linux.tar.gz rm Radarr.*.linux.tar.gz
echo "/usr/local/bin/mono /usr/local/Radarr/Radarr.exe" > /etc/rc.d/radarr echo "/usr/local/bin/mono /usr/local/Radarr/Radarr.exe" > /etc/rc.d/radarr
chmod 555 /etc/rc.d/radarr chmod 555 /etc/rc.d/radarr
#this is needed for updates within Radarr #this is needed for updates within Radarr

Loading…
Cancel
Save