ThinkJS系列文章第二篇_安装ThinkJS 3.0
Step 1 — Node.js 安装
在 Node.js 英文官方网站 https://nodejs.org/en/download/ 下载适用于当前系统的 Node.js 版本,这里使用的是 Centos 7 , 下载的是 https://nodejs.org/dist/v8.9.4/node-v8.9.4-linux-x64.tar.xz 的 稳定 LTS Version: 8.9.4 (includes npm 5.6.0) 。
MySQL 性能调优
上文 Centos 7 ab 压力测试安装与解释 中提到使用 ab 进行软件开发后的测试。测试过程中常会在 Linux top 命令中看到 CPU 占用率过高的问题,如下图:
千亿级项目 IPFS 介绍
在区块链火的时候,IPFS是看上去相对靠谱的一个项目。
WordPress 实现分页
...
Centos 7 ab 压力测试安装与解释
WordPress安装指南
Step 1 — 官方推荐运行环境和配置
如官方描述https://wordpress.org/about/requirements/ 推荐的配置环境如下:
To run WordPress we recommend your host supports:
- PHP version 7.2 or greater
- MySQL version 5.6 or greater OR MariaDB version 10.0 or greater
- HTTPS support
Centos 7下配置MySQL Server5.7主从同步
Centos 7安装MySQL Server5.7
Step 1 — 寻找 CentOS 7 对应的 MySQL 社区版 repo
在 https://dev.mysql.com/downloads/repo/yum/ 寻找对应的 repo 并安装, 这里是:
wget https://repo.mysql.com//mysql57-community-release-el7-11.noarch.rpm
rpm -ivh mysql57-community-release-el7-11.noarch.rpm
CentOS 7安装最新 PHP 7.2,MySQL 5.7和Nginx
Step 1 — 在CentOS 7 安装 Nginx
Nginx没有内置在默认的CentOS repositories, 我们先安装EPEL repository,输入如下命令:
yum install epel-release -y
