环境1、关闭防火墙[root@localhost~]#systemctldisable--nowfirewalld2、关闭selinux[root@localhost~]#sed-i‘s/SELINUX=enforcing/SELINUX=disabled/‘/etc/selinux/config&&reboot#开启ip转发echo"net.ipv4.i
分类:
其他好文 时间:
2020-06-15 16:09:56
阅读次数:
71
1,/etc/init.d/目录下缺少nginx默认启动脚本 vim /etc/init.d/nginx 新建脚本文件,然后把下面的代码复制进去 #! /bin/sh # chkconfig: 2345 55 25 # Description: Startup script for nginx we ...
分类:
其他好文 时间:
2020-06-13 18:54:10
阅读次数:
69
CentOS7——搭建LNMP环境(WordPress个人博客系统案例) ...
分类:
其他好文 时间:
2020-06-12 13:02:50
阅读次数:
52
Docker若未安装Docker,可参考以下资料进行安装:https://books.studygolang.com/docker_practice/install/ Nginx1. 拉取镜像 docker pull nginx 2. 运行容器(1)创建项目程序根目录,编写一个简单测试的html文件 ...
分类:
其他好文 时间:
2020-06-11 21:45:33
阅读次数:
64
服务器:腾讯云服务器 操作系统:centos 7.5 lnmp 版本:1.7 MySQL 版本:5.7 1、root 用户登录 MySQL: mysql -uroot -p 2、添加远程登录用户: create user 'user'@'%' identified by '123456'; 3、设置 ...
分类:
数据库 时间:
2020-06-08 19:03:18
阅读次数:
113
安装LNMP架构 环境清单 list CentOS7. nginx-1.18.0-1.el7.ngx.x86_64 php-fpm-5.4.16-48.el7.x86_64 mysql-5.7.23-1.el7.x86_64.rpm-bundle.tar 主机 操作系统 IP地址 硬件/网络 Mys ...
分类:
其他好文 时间:
2020-06-07 19:15:04
阅读次数:
73
前言 鉴于我的树莓派系统是debian, 而我又很少动它,所以在折腾一圈之后,还是决定使用树莓派来搭载个人博客系统。 博客界最靓的仔莫过于大名鼎鼎的**wordpress**了,所以我就使用它来做我的博客系统。 而在LAMP和LNMP两种架构中,我还是选了LNMP,毕竟想熟悉一下nginx 😃 正 ...
分类:
其他好文 时间:
2020-06-05 19:26:29
阅读次数:
96
1、编译安装LNMP,并安装wordpress1.1安装php,php-mysql,myql,php-fpm[root@c1~]#yuminstallphpphp-mysqlngnixmariadb-serverphp-fpm-y1.2编译安装nginx1.2.1安装依赖包[root@c1nginx]#yuminstallgccpcre-developenssl-develzlib-devel-y
分类:
其他好文 时间:
2020-06-02 09:47:26
阅读次数:
90
1.环境准备 角色 外网IP(NAT) 内网IP(LAN) 主机名 lb01 eth0:10.0.0.5 eth1:172.16.1.5 lb01 web01 eth0:10.0.0.7 eth1:172.16.1.7 web01 web02 eth0:10.0.0.8 eth1:172.16.1. ...
分类:
其他好文 时间:
2020-06-01 23:41:51
阅读次数:
80