1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-10-03 22:57:18 +02:00

Updated FreeNas jail with Autostart (markdown)

mow4cash 2017-01-29 21:08:06 -05:00
parent 2c276ae5c1
commit afa2281df7

@ -1,14 +1,18 @@
I'm not sure if this is the best or correct way but it works for me.
### I'm not sure if this is the best, or correct way but it works for me.
```
pkg update && pkg upgrade
pkg install mono mediainfo sqlite3
#needed this to stop error:Could not find libgdiplus. Cannot test if image is corrupt.: Couldn't load GDIPlus library
pkg install libgdiplus
cd /usr/local/
fetch https://github.com/Radarr/Radarr/releases/download/v0.2.0.210/Radarr.develop.0.2.0.210.linux.tar.gz
tar -zxvf Radarr.develop.0.2.0.210.linux.tar.gz
rm Radarr.develop.0.2.0.210.linux.tar.gz
echo "/usr/local/bin/mono /usr/local/Radarr/Radarr.exe" > /etc/rc.d/radarr
chmod 555 /etc/rc.d/radarr
restart your jail
use your browser and navigate to jail_ip:7878
```