在本文中,笔者将解释如何在Ubuntu 17.04上创建lnmp一键安装包。
注意:在本文中,您将需要sudo或root访问命令。如果您已经升级到根用户,您可以省略sudo命令。
步骤1:安装Apache
首先,更新包管理器。
sudo apt-get update -y #using the -y option will automatically accept the conditions of the source update
sudo apt-get install apache2 -y #install apache
sudo systemctl start apache2.service #start apache
或者...
Apache, MySQL, PHP, Ubuntu 17.04阅读全文