1, nginx

1.1 installation

sudo apt-get install nginx
Copy the code

1.2 validation

Open http://localhost/ in the browser. If the installation is successful, the following information is displayed:


Welcome to nginx!

If you see this page, the nginx web server is successfully installed and working. Further configuration is required.

For online documentation and support please refer to nginx.org.

Commercial support is available at nginx.com.

Thank you for using nginx.

2, mysql,

  • www.tecmint.com/install-mys…
  • Blog.csdn.net/Iversonx/ar…

3, PHP,

  • www.jianshu.com/p/0df6c3afc…
  • www.jianshu.com/p/79942f37b…

4. Refer to installation of other versions

  • Ubuntu build LNMP under development environment (ubuntu18.04 / php7.2 / mysql5.7)