Page 1 of 1

Professional Site builder

Posted: Mon May 09, 2016 12:31 pm
by aurelia
Vesta plugin for Site.pro is ready!
You can provide professional Site Builder for your customers now.
Please choose Vesta control panel here: http://site.pro/licenses/ and follow „Plugin installation guide“.
3-15 minutes and all your customers will see Site.PRO - Website builder.

Re: Professional Site builder

Posted: Tue May 10, 2016 7:17 am
by skurudo
Image

A little manual:
- Register on http://site.pro
- http://site.pro/licenses - add license
- Assign users (licenses) IP

And you can get link to installation guide:
Image

====================================================================================

DO NOT COPY THIS FROM FORUM, PLEASE
it's only for example (!)

====================================================================================


Installation
InstallationShow

Code: Select all

Login to Vesta server ssh as root

Download installation script by executing this command:
wget -N http://site.pro/licenses/installer/[i]LONG-LONG-LICENCE NUMBER[/i]/Vesta/siteprobuilder -O siteprobuilder

Add execute permissions for the downloaded installation script by executing this command:
chmod +x ./siteprobuilder

Run installation script by executing this command:
./siteprobuilder install

When installation script completes you are ready to go :)

NOTE! Make sure that passive mode in FTP server is enabled. Usually it is disabled by default.
Uninstallation
UninstallationShow

Code: Select all

Login to ISPmanager server ssh as root

Download installation script by executing this command:
wget -N http://site.pro/licenses/installer/[i]LONG-LONG-LICENCE NUMBER[/i]/Vesta/siteprobuilder -O siteprobuilder

Add execute permissions for the downloaded uninstallation script by executing this command:
chmod +x ./siteprobuilder

Run uninstallation script by executing this command:
./siteprobuilder uninstall
PS: This news was before - viewtopic.php?f=19&t=9074&start=10