Reference website: http://www.wdlinux.cn/wdcp/install.html
WDCP supports two mounting methods
1 source code compiling this installation is cumbersome and time-consuming, typically between 20 minutes and one hours, depending on the configuration of the machine
2 RPM package is easy to install, fast to download, and can be completed in a few minutes.
Source Installation(SSH login to the server, do the following, you need to install the root user identity)
wget http://dl.wdlinux.cn/lanmp_laster.tar.gz
Tar zxvf lanmp_laster.tar.gz
SH lanmp.sh
Default installation of N+a engine combination
Multiple versions of PHP can be installed for more flexible applications, refer to Http://www.wdlinux.cn/bbs/thread-57643-1-1.html
Before installing, you can go to the demo station to experience some
http://demo.wdlinux.cn
admin/wdlinux.cn
Uninstall ( pay attention to back up data, otherwise the consequences are self-esteem)
SH install.sh Uninstall
'll be
RPM Package InstallationRPM Package installation software version older, it is recommended to use the source code to install the updated version
wget http://down.wdlinux.cn/in/lanmp_wdcp_ins.sh
SH lanmp_wdcp_ins.sh
'll be
RPM Package Installation support system: CentOS 5.x/wdlinux_base 5.x/wdos 1.0,centos 6.X, 32-bit, 64-bit support
Uninstall ( Remember to back up good data)
SH lanmp_wdcp_ins.sh Uninstall
'll be
After installation, the default admin address is as follows
http://ip:8080
User name: admin default password: wdlinux.cn
MySQL Default admin username: Root default password: wdlinux.cn
Related instructions
All Software Installation Directories/www/wdlinux
Site configuration file
/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 or/www/wdlinux/mysql/data
Possible problems
1 prompt timed out at login, check if system time is current time
2 Reinstall after re-open IE, or there will be a session error prompt problem
How to fix WDCP V3 error in Ubuntu installation: Lanmp.sh:45:lib/common.conf:function:not found
Reference URL: http://www.landui.com/help/show-4537.html
Error when installing WDCP v3 to perform sh lanmp.sh in Ubuntu
Lanmp.sh:45:lib/common.conf:function:not found
Lanmp.sh:67:lib/common.conf:syntax error: "}" unexpected
Ubuntu Dash compatibility is not good, and the compilation is often bash. So you can make changes directly to Ubuntu 's editor (shell) operation. The command is as follows: sudo dpkg-reconfigure dash
Select No after running.
sudo sh lanmp.sh can be installed
Install WDCP under Linux