Product:
Search Type:

I have SiteBuilder installed with FreeBSD OS. I have no possibility to install templates from RPM packages. I don't want to upload templates one by one in the web interface. Is there any alternative?

Article ID: 1181 
Last Review: Jan,10 2008
APPLIES TO:
  • Sitebuilder 2.x for Linux/Unix

RESOLUTION

It's possible to install them from the server shell.
- Download necessary template packages from our website in .zip format,
- Place them into into /usr/local/sitebuilder/htdocs/repository/templates/ folder,
- Create subfolders for templates, subfolder name should be equal to template name,
- Extract templates into appropriate subfolders.

For example:

# cd /usr/local/sitebuilder/htdocs/repository/templates/ 
# bash
# for f in *.zip ; do mkdir $(basename $f .zip ) && unzip $f -d $(basename $f .zip ) ; done
# ls > tmpl_inst

Log into Sitebuilder admin panel and check 'Templates' section. Templates will be added to the database automatically.

Please provide feedback on this article

Did this article help you solve your issue?
Yes
No
Partially
I do not know yet
 
Strongly Agree   Strongly Disagree
  9 8 7 6 5 4 3 2 1
The article is easy to understand
The article is accurate
Additional Comments:
*Please provide us with your email address in case we need to contact you.
*Please type the code you can see.
* - required fields