WDCP supports two installation methods
1 Source code compilation This installation is cumbersome and time-consuming, generally ranging from 20 minutes to an hour, depending on the machine configuration
2 RPM package installation is simple and fast, and if the download is fast, it can be completed in a few minutes
Source code installation(ssh login to the server, perform the following operations, need to be installed as root user)
wgethttp://dl.wdlinux.cn:5180/lanmp_laster.tar.gz
tar zxvf lanmp_laster.tar.gz
sh install.sh
4 optional installations as shown below
1, 2, and 3 are independent environments for installation, and you cannot freely switch between nginx, apache, and nginx+apache application environments
4 is to install everything, you can freely switch the application environment of nginx, apache, nginx+apache in the background of WDCP
Uninstall(Be careful to back up your data, otherwise you will do it at your own risk)
sh install.sh uninstall
Yes
RPM package installation
wgethttp://down.wdlinux.cn/in/lanmp_wdcp_ins.sh
sh lanmp_wdcp_ins.sh
Yes
RPM package installation support system: CentOS 5.X/wdlinux_base 5.X/wdOS 1.0, CentOS 6.X, 32-bit, and 64-bit are supported
Uninstall (Remember to back up your data)
sh lanmp_wdcp_ins.sh uninstall
Yes
After installationThe default backend management address is as follows
http://ip:8080
Username: admin Default password: wdlinux.cn
mysqldefault admin username: root Default password: wdlinux.cn
Related Notes
All software installation directory/www/wdlinux
Site profile
/www/wdlinux/nginx/conf/vhost
/www/wdlinux/apache/conf/vhost
database configuration file /www/wdlinux/etc/my.cnf
Database data file directory /www/wdlinux/mysql/var
|