Applicable to:
- SolusVM WHMCS module (for SolusVM 1)
Question
How to update SolusVM provisioning module for WHMCS?
Answer
- Connect to WHMCS server via SSH
Download the latest SolusVM release from here.
# wget https://codeload.github.com/plesk/SolusVM-WHMCS-Module/zip/master -O ./SolusVM-WHMCS-Module-master.zip
Unpack the archive:
# unzip SolusVM-WHMCS-Module-master.zip
Backup the existing module and replace the old files with the new ones:
# cp -a WHMCS_WEBROOT/modules/servers/solusvmpro{,.old}
# rm -rf WHMCS_WEBROOT/modules/servers/solusvmpro/*
# mv ./SolusVM-WHMCS-Module-master/modules/* <WHMCS-root-directory>/modules/Replace WHMCS_ROOT with the path to WHMCS web root directory.
Comments
Please sign in to leave a comment.