中校
点评砖家
 
- 注册时间
- 2012-10-26
- 金币
- 1970 个
- 威望
- 16 个
- 荣誉
- 5 个
累计签到:75 天 连续签到:1 天 [LV.100]试剑无线
|
manual (no TTB)
This method is the traditional one and assume you have access to some sort of external storage e.g. cifs or usb. In this example we’ll use cifs and mytheme.zip:
1) Download mytheme.zip into cifs1. To do so refer to the standard URL http://tomatothemebase.eu/wp-content/uploads/ + theme name + .zip
cd /cifs1
wget -O theme.zip http://tomatothemebase.eu/wp-content/uploads/mytheme.zip
2) Extract your archive into cifs1:
unzip -o mytheme.zip -d /cifs1/mytheme
3) rename the .css file
mv /cifs1/mytheme/mytheme.css /cifs1/mytheme/custom.css
4) Copy the files into tomato (RAM):
cp -r /cifs1/mytheme/* /var/wwwext/
5) Log into your tomato and go into Administration/Admin access/Colour scheme
6) Select the option Custom (ext/custom.css)
7) Save
8) Reload your tomato interface in the browser
9) If you want the theme to load from cifs1 automtically (e.g. after a reboot) add this line as per point 4) in the Administration/cifs client/Execute When Mounted
cp -r /cifs1/mytheme/* /var/wwwext/
|
|