Applicable to:
- SolusVM 2
Question
How to update SolusVM 2 provisioning module for WHMCS?
Answer
- Connect to WHMCS server via SSH
- Download the latest solusvm2vps module release and unarchive it:
# wget https://whmcs.prod.solusvm.com/solusvm2.whmcs.tar.gz
# tar -xvf solusvm2.whmcs.tar.gz - Backup the existing solusvm2vps module version:
# cp -a WHMCS_WEBROOT/modules/servers/solusvm2vps{,.old}
Replace WHMCS_WEBROOT with the path to WHMCS web root directory.
- Replace the old files with the new one:
# yes | cp -a ./modules/servers/solusvm2vps/* WHMCS_WEBROOT/modules/servers/solusvm2vps/
Replace WHMCS_WEBROOT with the path to WHMCS web root directory.
Comments
0 commentsPlease sign in to leave a comment.