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.