Difference between revisions of "TorrentFlux-b4rt"

From Amahi Wiki
Jump to: navigation, search
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
{{NeedsUpdate}}
 
== 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 -->
Line 5: Line 6:
 
You can log into your HDA through a control panel (like Ajaxterm) or through a remote-administration tool such as SSH.
 
You can log into your HDA through a control panel (like Ajaxterm) or through a remote-administration tool such as SSH.
 
* Be root!
 
* Be root!
# su root
+
su root
# Password
 
 
* download the themes
 
* download the themes
# cd /tmp/
+
cd /tmp/
 
Red Round
 
Red Round
# wget http://link.coming.soon
+
wget <nowiki>http://link.coming.soon</nowiki>
 
Blue Round
 
Blue Round
# wget http://link.coming.soon
+
wget <nowiki>http://link.coming.soon</nowiki>
 
* uncompress
 
* uncompress
# tar -xf RedRound.tar.bz2
+
tar -xf RedRound.tar.bz2
 
and/or
 
and/or
# tar -xf BlueRound.tar.bz2
+
tar -xf BlueRound.tar.bz2
 
* Copy the theme to your doc-root
 
* Copy the theme to your doc-root
# cp -R RedRound /var/hda/web-apps/b4rt/html/themes/
+
cp -R RedRound /var/hda/web-apps/b4rt/html/themes/
 
and/or
 
and/or
# cp -R BlueRound /var/hda/web-apps/b4rt/html/themes/
+
cp -R BlueRound /var/hda/web-apps/b4rt/html/themes/
 
* Permissions
 
* Permissions
# cd /var/hda/web-apps/b4rt/html
+
cd /var/hda/web-apps/b4rt/html
# chown apache:users -R themes
+
chown apache:users -R themes
 
* Change the theme
 
* Change the theme
 
Login to your account from torrentflux-b4rt and click on "Profile". Now you can choose your new theme.
 
Login to your account from torrentflux-b4rt and click on "Profile". Now you can choose your new theme.

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.