So you would like to know how to upgrade your Blesta installation on your InterWorx installation?
We've done a step by step installation guide for our customers to make your life easier.
Download Blesta to your folder
cd /home/username/domain.com/html/billing/uploads/
curl -O https://account.blesta.com/client/plugin/download_manager/client_main/download/55/blesta-3.3.0-3.3.2.zip
unzip blesta-3.3.0-3.3.2.zip
Move the files to the uploads.
\cp -rf ./blesta/* ./
Check the files and remove any which will conflict with your installation. We've listed a few below:
Routes filerm -rf ./config/routes.php
Pipe from the Support Managerrm -rf ./plugins/support_manager/pipe.php
Structure file for your themerm -rf ./app/views/client/bootstrap/structure.pdt
When you've done the edits required, time to upgrade..
This gives the right permissions to the files\chown -R username:username ./*
Let's backup your installation
cd ../
mkdir backup
\cp -rf ./* ./backup/
Now we're backup'd time to upgrade
\cp -rf ./uploads/* ./
php /home/username/domain.com/html/billing/index.php admin/upgrade
After you've checked everything remove the backup folder: rm -rf ./backup