• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

FreeBSD Template Installation

R

redpaint

Guest
Hi,

This is to help anyone who, like me, was confused over how to install sitebuilder templates with FreeBSD.

Open http://www.swsoft.com/en/download/sitebuilder4/templates/ in your browser and find the SFX files you would like to install.

Right click the specific template pack (SFX) you would like and select "Copy Link Location".

Now log on to your server using SSH and do the following:

Code:
plesk# cd /usr/local/sitebuilder/htdocs/templates
plesk# fetch [url]http://...../Business_pack1.sh[/url] [RIGHT CLICK TO REPLACE [url]http://...../Business_pack1.sh[/url] WITH LOCATION OF CHOSEN SFX FILE]   
100% of   11 MB  777 kBps 00m00s
plesk# /bin/sh Business_pack1.sh
Installing SiteBuilder template pack
Templates have been successfully updated
plesk# sb_config --update_templates

Hope this helps someone else.
 
Back
Top