• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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