WordPress knowledge sharing

Fast Cloud Assistant Web Linux Panel Installation Process Record

The other day, Old Wei was in Quick Cloud Assistant (Quick Cloud Management Assistant) Windows Server Rapid Deployment of Web Environment Mentioned the web panel provided by Experience Jing'an Express Cloud, which can provide simple server management functions. At the same time, Lao Wei also learned that the Express Cloud assistant also provides a Linux panel, which supports free switching between Apache, MySQL and PHP versions. Let's experience it Quick Cloud Assistant web version Linux panel Installation process.

1、 Install Deployment Command

First, log in to the Linux server with ssh software. The centos system needs to execute the following command (ubuntu system changes yum to apt get)

which gcc > /dev/null 2>&1 || yum install -y gcc
which perl > /dev/null 2>&1 || yum install -y perl

Finally, execute the following command to automatically deploy the LAMP environment. The entire installation process takes about 5 minutes.

bash -c “$(curl -sS http://zs.zzidc.cn/vpsmate/bin/lamp.sh )”

The official document mentioned that it supports one click installation and deployment of pure Linux environment. Supported systems: centos6. x-64 bit, centos7. x-64 bit, ubuntu12. x-64 bit, ubuntu14. x-64 bit, and ubuntu16. x-64 bit. The available memory must be more than 512MB. In this case, a VPS host with 1GB of memory is required. Domestic hosts can consider Alibaba Cloud hosts( Click me to get AliCloud lucky vouchers There are different degrees of discounts for purchasing all Alibaba Cloud products) and Tencent VM( 10% discount on recommendation code of Tencent Cloud )High cost performance and stability.

2、 Installation process

After entering the above commands line by line, the program will automatically start the installation process. The dependent environment is Apache version: 2.4.23, MySQL version: 5.5.53, PHP version: 5.3/5.4/5.5/5.6/7.0, and multiple versions can be freely switched.

Wait a few minutes to see the following prompt, and then you are finished. Finally, I saw that the program gave the Linux panel login address, account and password, and it took 242 seconds.

3、 Experience panel

From the perspective of the Linux panel background of the quick cloud assistant, it provides website management, MySQL management, FTP management, file management, user management, scheduled tasks, software management, log management and other functions.

Highlight: With the Jing'an one button SSL function, the free version of Symantec basic DV SSL certificate is applied, and only a single domain name is supported. PHP can switch between multiple versions freely in software management.

The columns and functions of the whole panel are very similar to the background of the pagoda panel. They are similar in many places, but they are much weaker than the pagoda in function. Of course, we can't make wild guesses.

This article is written on Alibaba Cloud Server( Click me to get a thousand yuan voucher When money is spent) and Tencent ECS( Give me a 50% discount )The upper test passed.

In general, the fast cloud assistant web version Linux panel provides a simple LAMP environment, without expansion software similar to the pagoda panel. However, the most basic functions such as website building, database, FTP, etc. can be used to build a php website project.

Like( zero )
Article name: Fast Cloud Assistant Web Linux Panel Installation Process Record
Article link: https://www.vpsss.net/6062.html
Copyright notice: The resources of this website are only for personal learning and exchange, and are not allowed to be reproduced and used for commercial purposes, otherwise, legal issues will be borne by yourself.
The copyright of the pictures belongs to their respective creators, and the picture watermark is for the purpose of preventing unscrupulous people from stealing the fruits of labor.