Difference between revisions of "TorrentFlux-b4rt"

From Amahi Wiki
Jump to: navigation, search
Line 5: Line 5:
 
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
+
{{Code|su root}}
# Password
 
 
* download the themes
 
* download the themes
# cd /tmp/
+
{{Codecd /tmp/}}
 
Red Round
 
Red Round
# wget http://link.coming.soon
+
{{Code|wget http://link.coming.soon}}
 
Blue Round
 
Blue Round
# wget http://link.coming.soon
+
{{Code|wget http://link.coming.soon}}
 
* uncompress
 
* uncompress
# tar -xf RedRound.tar.bz2
+
{{Code|tar -xf RedRound.tar.bz2}}
 
and/or
 
and/or
# tar -xf BlueRound.tar.bz2
+
{{Code|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/
+
{{Code|cp -R RedRound /var/hda/web-apps/b4rt/html/themes/}}
 
and/or
 
and/or
# cp -R BlueRound /var/hda/web-apps/b4rt/html/themes/
+
{{Code|cp -R BlueRound /var/hda/web-apps/b4rt/html/themes/}}
 
* Permissions
 
* Permissions
# cd /var/hda/web-apps/b4rt/html
+
{{Code|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.

Revision as of 00:42, 21 October 2011

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!
bash code
​su root​
  • download the themes

Template:Codecd /tmp/ Red Round

bash code
​wget http://link.coming.soon​

Blue Round

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

and/or

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

and/or

bash code
​cp -R BlueRound /var/hda/web-apps/b4rt/html/themes/​
  • Permissions
bash code
​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.