在太阳下
不管你喜不喜欢,高不高兴,爱与不爱;太阳照旧照耀着你!温暖着你!

CentOS 7 安装 LNMP 1.6 教程

CentOS 7 安装 LNMP 1.6 教程
TIME 2019-08-09 11:49

查看系统发行版本号

cat /etc/redhat-release

返回结果

CentOS Linux release 7.6.1810 (Core)


安装lnmp1.6

获取安装包

wget http://soft.vpser.net/lnmp/lnmp1.6-full.tar.gz

文件大小:676MB MD5:2d380978b18338eef2036fc477b4ea76
等待下载完成
解压安装包

tar -zxf lnmp1.6-full.tar.gz

进入刚刚解压的安装包目录

cd lnmp1.6-full

安装lnmp

./install.sh

返回结果

+————————————————————————+
| LNMP V1.6 for CentOS Linux Server, Written by Licess |
+————————————————————————+
| A tool to auto-compile & install LNMP/LNMPA/LAMP on Linux |
+————————————————————————+
| For more information please visit https://lnmp.org |
+————————————————————————+
You have 11 options for your DataBase install.
1: Install MySQL 5.1.73
2: Install MySQL 5.5.62 (Default)
3: Install MySQL 5.6.44
4: Install MySQL 5.7.26
5: Install MySQL 8.0.13
6: Install MariaDB 5.5.63
7: Install MariaDB 10.0.38
8: Install MariaDB 10.1.40
9: Install MariaDB 10.2.24
10: Install MariaDB 10.3.15
0: DO NOT Install MySQL/MariaDB
Enter your choice (1, 2, 3, 4, 5, 6, 7, 8, 9, 10 or 0):
No input,You will install MySQL 5.5.62

安装数据库,有11条选项可供选择
如仅需安装数据库在lnmp安装包目录下执行:./install.sh db
这里我们选择默认安装即可
默认的是5.5.62
输入完成,回车进入下一步。

Please setup root password of MySQL.
Please enter: ***************
MySQL root password: ***************

然后让你设定MySQL,root帐户密码

Do you want to enable or disable the InnoDB Storage Engine?
Default enable,Enter your choice [Y/n]: y
You will enable the InnoDB Storage Engine

接着询问你,是否需要启用MySQL InnoDB,InnoDB引擎默认为开启,一般建议开启,直接回车或输入 y
如果确定确实不需要该引擎可以输入 n,(MySQL 5.7+版本无法关闭InnoDB)
输入完成,回车进入下一步。

You have 9 options for your PHP install.
1: Install PHP 5.2.17
2: Install PHP 5.3.29
3: Install PHP 5.4.45
4: Install PHP 5.5.38
5: Install PHP 5.6.40 (Default)
6: Install PHP 7.0.33
7: Install PHP 7.1.30
8: Install PHP 7.2.19
9: Install PHP 7.3.6
Enter your choice (1, 2, 3, 4, 5, 6, 7, 8 or 9): 7
You will install PHP 7.1.30

选择PHP版本
这里提示:你有9个PHP版本可供选择,选择PHP 7+版本时需要自行确认PHP版本是否与自己的程序兼容

这里我们选择7.1.30,回复7
输入完成,回车进入下一步。

You have 3 options for your Memory Allocator install.
1: Don’t install Memory Allocator. (Default)
2: Install Jemalloc
3: Install TCMalloc
Enter your choice (1, 2 or 3): 2
You will install JeMalloc

选择内存优化
输入对应序号回车即可,如果不知道要安装哪个,直接回车为默认为不安装。
这里我也不知道它们的区别,所以我随便选了一个
直接回车进入下一步

Press any key to install…or Press Ctrl+c to cancel

按任意键开始安装

============================== Check install ==============================
Checking …
Nginx: OK
MySQL: OK
PHP: OK
PHP-FPM: OK
Clean Web Server src directory…
+————————————————————————+
| LNMP V1.6 for CentOS Linux Server, Written by Licess |
+————————————————————————+
| For more information please visit https://lnmp.org |
+————————————————————————+
| lnmp status manage: lnmp {start|stop|reload|restart|kill|status} |
+————————————————————————+
| phpMyAdmin: http://IP/phpmyadmin/ |
| phpinfo: http://IP/phpinfo.php |
| Prober: http://IP/p.php |
+————————————————————————+
| Add VirtualHost: lnmp vhost add |
+————————————————————————+
| Default directory: /home/wwwroot/default |
+————————————————————————+
| MySQL/MariaDB root password: 这里就是你设置的密码
+————————————————————————+
+——————————————-+
| Manager for LNMP, Written by Licess |
+——————————————-+
| https://lnmp.org |
+——————————————-+
nginx (pid 20424) is running…
php-fpm is runing!
SUCCESS! MySQL running (20994)
State Recv-Q Send-Q Local Address:Port Peer Address:Port
LISTEN 0 50 *:3306 *:*
LISTEN 0 128 *:80 *:*
LISTEN 0 128 *:22 *:*
LISTEN 0 128 :::22 :::*
Install lnmp takes 68 minutes.
Install lnmp V1.6 completed! enjoy it.

当你看到如是界面的时候,表示安装完成
这里我的VPS硬盘是传统的机械硬盘,安装时间用了68分钟
如果是固态硬盘SSD的话,一般安装时间在38分钟的样子吧

点击数:771

评论 抢沙发

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址
Verified by MonsterInsights