General corporate application-level lamp, lnmp environment is one-click installation or compilation installation.

1. I feel that the software package needs to be found on the Internet if it is compiled and installed, and it is not clear which software package is needed, it takes time, it is troublesome to install, and it is easy to make mistakes.
2. One-click installation of PHP, mysql and other versions is too low, but also afraid of unsafe.

question of linux rookie!

Mar.09,2021

can be compiled with the lnmp button provided by https://oneinstack.com/, and there is no problem that the version you mentioned is too low.

if you are using Aliyun, you can directly use a third-party image that has already configured the environment.

it is not recommended for small companies to compile their own environment, which takes time and effort

Neither is

. It is recommended to install and deploy in batches through the software warehouse, neither installing scripts with one click nor compiling and installing


you can use the management software Pagoda Linux. You can install all kinds of plug-ins. You just need to select a good version and click install


to see the project or yourself. If the project is huge, there are many people to use it. It is better to compile and install, sometimes some compilation settings will affect concurrency.
if a small project is installed one by one, it will be a waste of time. For example, for a company's official website, just install it with one click.
or else (I haven't used it, and I don't know if it's feasible), use docker, to compile and install a set, and copy it one by one.
one-click installation package I have been using XAMPP, is very easy to use, support PHP7,mac, linux, windows can all be compiled using


, and then ecs can be directly shared, docker image can also be used directly, anyway, don't install it with one click.


according to the window system example, one-click installation is similar to ghost (installation mode is similar: stupid), which will involve a lot of plug-ins, but many dependent packages do not need to be installed (similar drivers); compilation and installation will be relatively pure, but the installation is more troublesome, and some applications need to be installed from time to time.


I suggest compiling and installing. I think it is necessary to spend the time of environment installation! The compiled and installed software directory is set, and the configuration files are clear and clear. once the deployment is successful, it is convenient to modify the configuration later, add extensions, and add other software. moreover, no company does not even give you time to deploy the environment, but remember to record the compilation process, and if you need to repeat the operation, check the previously recorded documents. Quickly build an environment


I now use docker

Menu