-
http://localhost:4000/2021/03/27/docker/docker-compose-chang-yong-ming-ling/
docker-compose.yml 文件部分命令说明 build 指定 Dockerfile 所在文件夹路径 container_name 指定容器名称 depends_on 指定多个服务之间的依赖关系,启动时会先启动被依…
-
IMAGE SYNC
-
LNMP 环境搭建和配置
===================
Nginx 安装
-----------
#### 下载源码
在 [Nginx](http://nginx.org/en/download.html) 官网,下载好源码包.
```
$ wget -c wget -c http://nginx.org/download/nginx-1.12.2.tar.gz
…
-
Download MySQL 8.0 source package...
--2024-08-16 23:09:23-- https://cdn.mysql.com/Downloads/MySQL-8.0/mysql-8.0.36.tar.gz
Resolving cdn.mysql.com (cdn.mysql.com)... 23.56.201.103, 2a02:26f0:1700:3…
-
/configure: error: the HTTP XSLT module requires the libxml2/libxslt
libraries. You can either do not enable the module or install the libraries.
![企业微信截图_20230203115239](https://user-images.githubu…
-
- LNMP 搭建
- nginx 负载均衡
- 用 nginx 实现 wordpress ?
- ELK 对 nginx 日志分析
Yehnn updated
6 years ago
-
搭后台遇到很多问题,第一次用laravel,解决了很多函数的禁用问题,数据库字段不兼容问题,但是还没没处理掉500问题。debug我也打开了,但是这个500怎么处理?
我用的版本是php 7.0 环境是vagrant + vbox + lnmp
-
http://alitain.tech/2018/08/08/docker_install_lnmp_dev/#more
-
https://alo1719.github.io/2019/07/09/LNMP%E9%85%8D%E7%BD%AE%E8%BF%87%E7%A8%8B%E8%AE%B0%E5%BD%95/
我最近从把服务器从 CentOS 迁移到了 Ubuntu(我为什么选择放弃CentOS),本文记录一下其中踩的坑。 使用OneinStack配置LNMP我是使用的一键包配置的LNMP,自己手动配置比较…
-
1.1 部署LNMP架构说明
1.1.1 LNMP架构内容
01.部署linux系统
02.部署nginx网站服务
03.部署mysql数据库服务
04.部署php动态解析服务
1.1.2 配置LNMP架构步骤
01.配置Nginx配置文件
02.配置mysql数据库信息(SQL语句)
03.配置wordpress博客网站
…