Blesta installation on InterWorx? Print

  • 0

So you would like to know how to install Blesta 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/
curl -O https://account.blesta.com/client/plugin/download_manager/client_main/download/80/blesta-3.6.1.zip
unzip blesta-3.6.1.zip

 

Move the files to your billing folder

cp -rf ./blesta/* ./

 

Chown the files to your username.

\chown -R username:username ./*

 

Time to sort the uploads folder out.

chmod 777 ./uploads/
mv ./uploads/ ../../

 

Install Blesta.

You can run it manually at yourdomain.com/billing/ or you can run the command below:
php ./index.php install -dbhost localhost -dbname DATABASE_NAME -dbuser DATABASE_USER -dbpass DATABASE_PASS -hostname WEBSITE_HOSTNAME


Was this answer helpful?

« Back