


Complete installation tutorial under whmcs7.01 centos
System environment centos6.x 64-bit
1. Configure the web environment
Select LNMP1.4 for the web environment
Download the LNMP installation scriptwget -c && tar zxf lnmp1.4.tar.gz && cd lnmp1.4 && ./install.sh
Run the command to install. As for how to choose after the command, please refer to the official
Quietly wait for the installation to complete. The installation speed depends on the machine you choose. If the machine is poor and the Internet speed is not good, it may take 7-8 hours to complete.
2.Install the php component ionCube (this must be installed, otherwise whmcs cannot be installed)
cd lnmp1.4
./addons.sh install ionCube
3. Add website
lnmp vhost add
Detailed installation tutorial
4. Upload website program
It is recommended to use winscp to upload. Upload the whmcs compressed package
to the directory you created, home/wwwroot/yousite (the domain name you filled in in the third step)
cd /home/wwwroot/yoursite
Then unzip the whmcs file package
unzip whmcs.zip
After decompression cd whmcs
--> mv * ../
--> cd ../
Modify website directory permissions: chown www:www -R /path/to/ dir Set permissions for the website directory, replace /path/to/dir with your website directory.
5. Installation program
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 visit
Click I gree
Fill in the database information and click Next. The installation is complete
6. Delete the installation directory install (required, otherwise the backend cannot be accessed)
cd /home/wwwroot/yoursite
web Directory: rm -rf install
You’re done, visit http://your domain name/admin/ and you can log in to the backend
The above is the detailed content of Complete installation tutorial under whmcs7.01 centos. For more information, please follow other related articles on the PHP Chinese website!

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics

Methods for using Chinese input in CentOS include: using the fcitx input method: install and enable fcitx, set shortcut keys, press the shortcut keys to switch input methods, and input pinyin to generate candidate words. Use iBus input method: Install and enable iBus, set shortcut keys, press the shortcut keys to switch input methods, and input pinyin to generate candidate words.

To read U disk files in CentOS 7, you need to first connect the U disk and confirm its device name. Then, use the following steps to read the file: Mount the USB flash drive: mount /dev/sdb1 /media/sdb1 (replace "/dev/sdb1" with the actual device name) Browse the USB flash drive file: ls /media/sdb1; cd /media /sdb1/directory; cat file name

One can use the scp command to securely copy files between network hosts. It uses ssh for data transfer and authentication. Typical syntax is: scpfile1user@host:/path/to/dest/scp -r/path/to/source/user@host:/path/to/dest/scp exclude files I don't think you can when using scp command Filter or exclude files. However, there is a good workaround to exclude the file and copy it securely using ssh. This page explains how to filter or exclude files when copying directories recursively using scp. How to use rsync command to exclude files The syntax is: rsyncav-essh-

After rain in summer, you can often see a beautiful and magical special weather scene - rainbow. This is also a rare scene that can be encountered in photography, and it is very photogenic. There are several conditions for a rainbow to appear: first, there are enough water droplets in the air, and second, the sun shines at a low angle. Therefore, it is easiest to see a rainbow in the afternoon after the rain has cleared up. However, the formation of a rainbow is greatly affected by weather, light and other conditions, so it generally only lasts for a short period of time, and the best viewing and shooting time is even shorter. So when you encounter a rainbow, how can you properly record it and photograph it with quality? 1. Look for rainbows. In addition to the conditions mentioned above, rainbows usually appear in the direction of sunlight, that is, if the sun shines from west to east, rainbows are more likely to appear in the east.

To view the gateway in CentOS 7: Open a terminal. Enter the command: ip route. Find the interface with the "default" gateway and its "default via" line will show the gateway address.

To configure CentOS as a gateway, you need to perform the following steps: 1. Configure the network interface and add the GATEWAY value; 2. Set the default gateway and specify DNS information; 3. Start the network service; 4. Test the gateway connection; 5. Configure the firewall (optional) Select) to allow traffic through the gateway.

Open Linux terminal shortcut key: Ctrl + Alt + T. Other methods include through the GUI or command line. You can also customize terminal shortcut keys.

Linux systems can be divided into 6 categories according to their uses and characteristics: desktop distributions (Ubuntu), server distributions (RHEL), embedded systems (Yocto Project), mobile operating systems (Android), cloud computing platforms and special-purpose distributions ( Kali Linux, Puppy Linux).
