您现在的位置是:主页 > news > 公众号网站怎么建/公司网站页面设计
公众号网站怎么建/公司网站页面设计
admin2025/6/28 6:30:57【news】
简介公众号网站怎么建,公司网站页面设计,搜索大全引擎入口网站,塘沽集团网站建设脚本安装包介绍 所谓的一键安装包,实际还是安装的源码包与RPM包,只是把安装过程写成了脚本,便于初学者的安装. 优点: 简单,快速,方便 缺点: 不能定义安装软件的版本 不能定义所需要的软件的功能 源码包的优势丧失. 说明: 本文以安装LNMP的环境为例子: 准备工作 检查是…
公众号网站怎么建,公司网站页面设计,搜索大全引擎入口网站,塘沽集团网站建设脚本安装包介绍
所谓的一键安装包,实际还是安装的源码包与RPM包,只是把安装过程写成了脚本,便于初学者的安装. 优点: 简单,快速,方便 缺点: 不能定义安装软件的版本 不能定义所需要的软件的功能 源码包的优势丧失.
说明: 本文以安装LNMP的环境为例子:
准备工作
检查是…
脚本安装包介绍
所谓的一键安装包,实际还是安装的源码包与RPM包,只是把安装过程写成了脚本,便于初学者的安装.
优点:
简单,快速,方便
缺点:
不能定义安装软件的版本
不能定义所需要的软件的功能
源码包的优势丧失.
说明: 本文以安装LNMP的环境为例子:
准备工作
检查是否安装了软件:apache ,mysql,Nginx
1.关闭apache ,mysql,Nginx后,最好删除之前安装的版本
2.保证yum源能正常使用yum list 测试下
3.关闭SELinux和防火墙
安装指南
下载网站:
https://lnmp.org/下载的版本:
lnmp1.4-full.tar.gz安装的步骤:
[root@localhost lnmp1.4-full]# ./install.sh
+------------------------------------------------------------------------+
| LNMP V1.4 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 5 options for your DataBase install.
1: Install MySQL 5.1.73
2: Install MySQL 5.5.56 (Default)
3: Install MySQL 5.6.36
4: Install MySQL 5.7.18
5: Install MariaDB 5.5.56
6: Install MariaDB 10.0.30
7: Install MariaDB 10.1.23
0: DO NOT Install MySQL/MariaDB
Enter your choice (1, 2, 3, 4, 5, 6, 7 or 0): 3
You will Install MySQL 5.6.36
===========================
Please setup root password of MySQL.(Default password: root)
Please enter: root
MySQL root password: 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
===========================
You have 6 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 (Default)
5: Install PHP 5.6.30
6: Install PHP 7.0.19
7: Install PHP 7.1.5
Enter your choice (1, 2, 3, 4, 5, 6 or 7): 6
You will install PHP 7.0.19
===========================
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):
No input,You will not install Memory Allocator.Press any key to install...or Press Ctrl+c to cancel
按照提示,根据根据自己的需求进行选择安装的版本就好.