Whmcs7.01 complete installation tutorial for centos, whmcs7.01centos
System Environment centos6.x 64-bit
1. Configure the web Environment
Select LNMP1.4 for the web Environment
Download the LNMP installation scriptWget-c http://soft.vpser.net/lnmp/lnmp1.4.tar.gz & tar zxf lnmp1.4.tar.gz & cd lnmp1.4 &./install. sh
Run the command to install it. For details about how to select the command, refer to the official website.
Https://lnmp.org/install.html
Wait quietly for the installation to complete. The installation speed depends on the machine you selected. Poor machines, poor network speed is estimated to wait 7-8 hours to complete.
2. Install the php component ionCube (this must be installed; otherwise, the whmcs cannot be installed)
CdLnmp1.4
./Addons. sh install ionCube
3. Add a website
Lnmp vhost add
Detailed installation tutorial https://lnmp.org/faq/lnmp-vhost-add-howto.html
4. Upload website programs
We recommend that you use winscp for upload. UploadWhmcs compressed package
Go to the directory you created, home/wwwroot/yousite (the domain name you entered in step 3)
Cd/home/wwwroot/yoursite
Decompress the whmcs package.
unzip whmcs.zip
Decompress the packagecd whmcs
-->mv * ../
-->cd ../
Modify the website directory permission: chown www: www-R/path/to/dir to set the permission for the website directory./path/to/dir is replaced with your website directory.
5. Installer
Cd/home/wwwroot/yoursite
Cp configuration. php. new configuration. php
Chmod 777 configuration. php
Chmod 777 templates_c
Chmod 777 attachments
Chmod 777 downloads
Enter your domain name in the browser to access
Point I gree
Enter the database information and click Next. Installation is complete.
6. Delete the installation directory install (required, or you cannot access the background)
Cd/home/wwwroot/yoursite
Under the web directory:rm -rf install
Now, access http: // your domain name/admin/to log on to the background.