Difference between revisions of "TorrentFlux-b4rt"

From Amahi Wiki
Jump to: navigation, search
Line 1: Line 1:
 
== How to Install additional themes ==
 
== How to Install additional themes ==
[http://www.torrentflux-ng.org/forum/viewtopic.php?f=11&t=109&p=351&hilit=round#p351 Blue] Round
+
<!--[http://www.torrentflux-ng.org/forum/viewtopic.php?f=11&t=109&p=351&hilit=round#p351 Blue] Round -->
 +
 
 +
* Login to your HDA
 +
You can log in to your HDA through a control panel (like Ajaxterm) or through a remote-administration tool such as SSH.
 +
* Be root!
 +
# su root
 +
# Password
 +
* 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.
 +
 
  
 
<!--= Known Issues =
 
<!--= Known Issues =

Revision as of 15:57, 19 October 2011

How to Install additional themes

  • Login to your HDA

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

  • Be root!
  1. su root
  2. Password
  • download the themes
  1. cd /tmp/

Red Round

  1. wget http://link.coming.soon

Blue Round

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

and/or

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

and/or

  1. cp -R BlueRound /var/hda/web-apps/b4rt/html/themes/
  • Permissions
  1. cd /var/hda/web-apps/b4rt/html
  2. 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.