CentOS 7 build pagoda panel and built environment LNMP

Local environment:

Linux system environment: CentOS Linux release 7.4.1708 (Core)

Common Web panel

Currently available in many popular panel, for example:

  • CRUDE
  • AppNode
  • pagoda
  • WDCP

Preparation Before Installation

  • Server 8888 release port
  • Memory: 512M or more, more than the recommended 768M (pure panel 60M accounting system memory)
  • HDD: 100M or more of available hard disk space (pure panel accounts for about 20M of disk space)
  • System: CentOS 7.1+ (. Ubuntu16.04 +, Debian9.0 +), to ensure the operating system is clean, never had to install Apache / Nginx other environmental belt / php / MySQL (the existing environment can not be installed)

installation:

  • Linux 6.9.2 Panel installation command:
yum install -y wget && wget -O install.sh http://download.bt.cn/install/install_6.0.sh && bash install.sh
  • Linux 6.9.2 upgrade command panel:
curl http://download.bt.cn/install/update6.sh|bash
 
image.png
Do you want to install Bt-Panel to the /www directory now?(y/n): 

Italy is now asking whether you install pagoda panel to the / www directory? Enter y to continue.

Then takes about 2 minutes to install, there will be a lot of output, we need not be concerned.

If the installation is successful, you will see the following output:

================================================================== Congratulations! Installed successfully! ================================================================== Bt-Panel: [管理面板 URL] username: [宝塔面板用户名] password: [宝塔面板密码] Warning: If you cannot access the panel, release the following port (8888|888|80|443|20|21) in the security group 

Be sure to remember the user name and password pagoda panel panel! Including security check code management panel port 8888 in the url

 
image.png
 
If there will be no check code with a direct port access as implied above 8888

After access to the full panel URL, enter the account number and password just recorded, it will automatically jump to the built environment panel.

 
image.png

I chose LNMP

 

 
These are my own configuration
 
When you install the software, you can see the CPU usage will soar, this is a normal situation

After the other tasks stop, basically LNMP environment has been built well, it may take a few minutes.

Configuration instructions

// nginx 配置文件路径
/www/server/nginx/conf

// 网站站点配置路径
/www/server/panel/vhost/nginx

Guess you like

Origin www.cnblogs.com/xuru777/p/11647336.html
Recommended