Difference between revisions of "TorrentFlux-b4rt"

From Amahi Wiki
Jump to: navigation, search
 
(20 intermediate revisions by 4 users not shown)
Line 1: Line 1:
[[Category:Apps]]
+
{{NeedsUpdate}}
 +
== How to Install additional themes ==
 +
<!--[http://www.torrentflux-ng.org/forum/viewtopic.php?f=11&t=109&p=351&hilit=round#p351 Blue] Round -->
  
= Steps in installing Torrentflux b4rt =
+
* Login to your HDA
 +
You can log into your HDA through a control panel (like Ajaxterm) or through a remote-administration tool such as SSH.
 +
* Be root!
 +
su root
 +
* download the themes
 +
cd /tmp/
 +
Red Round
 +
wget <nowiki>http://link.coming.soon</nowiki>
 +
Blue Round
 +
wget <nowiki>http://link.coming.soon</nowiki>
 +
* uncompress
 +
tar -xf RedRound.tar.bz2
 +
and/or
 +
tar -xf BlueRound.tar.bz2
 +
* Copy the theme to your doc-root
 +
cp -R RedRound /var/hda/web-apps/b4rt/html/themes/
 +
and/or
 +
cp -R BlueRound /var/hda/web-apps/b4rt/html/themes/
 +
* Permissions
 +
cd /var/hda/web-apps/b4rt/html
 +
chown apache:users -R themes
 +
* Change the theme
 +
Login to your account from torrentflux-b4rt and click on "Profile". Now you can choose your new theme.
  
* Install as a one-click app.
 
* The default username is admin and the password is admin.
 
* Login and start downloading!
 
* Change configuration options if you want to.
 
  
= Known Issues =
+
<!--= Known Issues =
  
* You will see an error on the configuration page that says: "Executable is not TorrentFlux-bundled transmissioncli". This is a known bug and it is safe to ignore. Torrentflux-bart will still work. It is being looked into.
+
* You will see an error on the configuration page that says: "Executable is not TorrentFlux-bundled transmissioncli". This is a known bug and it is safe to ignore. Torrentflux-b4rt will still work. It is being looked into.
 
* You cannot use the bittorrent client 'transmissioncli' at this point in time due to the previous issue. The default bittorrent client is BitTornado and it is recommended.
 
* You cannot use the bittorrent client 'transmissioncli' at this point in time due to the previous issue. The default bittorrent client is BitTornado and it is recommended.
 
* If you install RPMFusion repositories first than VLC will install and will enable streaming audio/video.
 
* If you install RPMFusion repositories first than VLC will install and will enable streaming audio/video.
 
* If you install RPMFusion repositories first than unrar will install with the package.
 
* If you install RPMFusion repositories first than unrar will install with the package.
* If you find a bug not covered here please file a bug report at http://bugs.amahi.org/
+
* If you find a bug not covered here please file a [http://bugs.amahi.org bug] report.
  
== Manual steps to get transmissioncli working ===
+
== Manual steps to get transmissioncli working ==
  
 
Only ‘patched’ versions of Transmissioncli work with Torrentflux-b4rt, remove already installed Transmission client before starting this.
 
Only ‘patched’ versions of Transmissioncli work with Torrentflux-b4rt, remove already installed Transmission client before starting this.
  
 
• Install required programs:
 
• Install required programs:
# yum install gcc openssl-devel libcurl-devel gettext
+
# yum install gcc openssl-devel libcurl-devel gettext
  
 
• Get the latest Transmission version that there is a patch available for to work with 'b4rt':
 
• Get the latest Transmission version that there is a patch available for to work with 'b4rt':
Line 49: Line 69:
 
Now go back to the 'b4rt' server page, 'transmissioncli’ should now be green lighted.
 
Now go back to the 'b4rt' server page, 'transmissioncli’ should now be green lighted.
  
Source; http://tf-b4rt.berlios.de/forum/index.php/topic,1845.0.html
+
Source; http://tf-b4rt.berlios.de/forum/index.php/topic,1845.0.html -->
  
 
+
[[Category:Apps]]
 
 
== Images ==
 
[[Image:tflux-b4rt-logo.png]]
 
 
 
[[Image:tflux-b4rt-sshot.jpg]]
 

Latest revision as of 02:13, 1 February 2019

Msgbox.update.png Update Needed
The contents of this page have become outdated or irrelevant. Please consider updating it.

How to Install additional themes

  • Login to your HDA

You can log into your HDA through a control panel (like Ajaxterm) or through a remote-administration tool such as SSH.

  • Be root!
su root
  • download the themes
cd /tmp/

Red Round

wget http://link.coming.soon

Blue Round

wget http://link.coming.soon
  • uncompress
tar -xf RedRound.tar.bz2

and/or

tar -xf BlueRound.tar.bz2
  • Copy the theme to your doc-root
cp -R RedRound /var/hda/web-apps/b4rt/html/themes/

and/or

cp -R BlueRound /var/hda/web-apps/b4rt/html/themes/
  • Permissions
cd /var/hda/web-apps/b4rt/html
chown apache:users -R themes
  • Change the theme

Login to your account from torrentflux-b4rt and click on "Profile". Now you can choose your new theme.