Original link
Automatic installation of WDCP scripts to support CentOS
Many members in the purchase of the server will not mount and install the environment, the time to test a script, provided to like me small white use, hope you will like!
Description
1: This tool will mount the data disk to the/WWW directory by default
2: If the/www directory already exists on the server, for your data security, the Mount tool will automatically skip
3: If your server has previously installed Windows system, you need to manually delete the NTFS partition, the Mount tool will skip the NTFS partition directly
4: If your disk is partitioned and not mounted, the tool will automatically mount the partition to/www
5: If your disk is a new disk, the tool will be automatically partitioned and formatted into the Ext4 file system
6: This tool only mounts a partition automatically, if you have more than one data disk, please manually mount the disk that is not mounted automatically
7: Auto-install WDCP panel LANMP Environment
8: The default installation is N+a combination, the software version is:
nginx-1.8.1
apache-2.2.31
mysql-5.5.54
php-5.4.45/5.5.38/5.6.30/7.0.18/7.1.4
Memcache
Redis
Zend
Note: Mount the disk before you install the environment, or the program will skip the mount process directly. No data disk will automatically skip the Mount data disk!
The script installs more, the time is more than 30 minutes to estimate!
Centos
Copy Code
- Yum install wget-y && wget-o wdcp_disk.sh http://www.0592yt.com/tools/wdcp_disk.sh && bash wdcp_disk.sh
Original link
Linux fully automatic installation WDCP panel script