Sickrage update using GIT

Status
Not open for further replies.

moltra

Dabbler
Joined
Dec 7, 2011
Messages
26
I have installed the Sickrage plugin and I would like to enable updating using GIT. Installed using this thread.

https://forums.freenas.org/index.ph...couchpotato-sickbeard-and-transmission.19043/

But the question I have is this area.

Code:
Sickbeard Setup (Torrent Version):
Enter into the Jail Command-Line for sickbeard and type these commands:
service sickbeard stop
pkg install git nginx python
rm -r /usr/pbi/sickbeard-amd64/share/sickbeard/Sick-Beard /usr/pbi/sickbeard-amd64/etc/sickbeard/* && git clone https://github.com/mr-orange/Sick-Beard.git /usr/pbi/sickbeard-amd64/share/sickbeard/Sick-Beard
service sickbeard start
chown -R media:media /usr/pbi/sickbeard-amd64/share/sickbeard/* this gives media permissions to update from the git.
Now exit out of the shell.


How do I change that for sickrage, to allow updating using GIT?
 

Joshua Parker Ruehlig

Hall of Famer
Joined
Dec 5, 2011
Messages
5,949
I have installed the Sickrage plugin and I would like to enable updating using GIT. Installed using this thread.

https://forums.freenas.org/index.ph...couchpotato-sickbeard-and-transmission.19043/

But the question I have is this area.

Code:
Sickbeard Setup (Torrent Version):
Enter into the Jail Command-Line for sickbeard and type these commands:
service sickbeard stop
pkg install git nginx python
rm -r /usr/pbi/sickbeard-amd64/share/sickbeard/Sick-Beard /usr/pbi/sickbeard-amd64/etc/sickbeard/* && git clone https://github.com/mr-orange/Sick-Beard.git /usr/pbi/sickbeard-amd64/share/sickbeard/Sick-Beard
service sickbeard start
chown -R media:media /usr/pbi/sickbeard-amd64/share/sickbeard/* this gives media permissions to update from the git.
Now exit out of the shell.


How do I change that for sickrage, to allow updating using GIT?
If you installed the SickRage plugin you don't need to do those steps. Those are outdated steps to convert the SickBeard plugin to SickRage.

The SickRage plugins can self update using the Source method (which works very similar to using git and works out of the box). SickRage WebUI > Tools > Check For Updates
 
Status
Not open for further replies.
Top