EasyEngine - WordPress 命令行工具


BSD
Linux
PHP

软件简介

EasyEngine 是为 Nginx 设计的一个命令行工具。用于管理运行在 Nignx、PHP、MySQL、Let’s Encrypt 之上的
WordPress 网站。

快速开始:

# Install EasyEngine on Linux
wget -qO ee rt.cx/ee4 && sudo bash ee

# Install EasyEngine on Mac
brew install easyengine

# Create a site at example.com with WordPress
sudo ee site create example.com --type=wp

系统要求:

  • Docker

  • Docker-Compose

  • PHP CLI (>=7.1)

  • PHP Modules - curl, sqlite3, pcntl

安装

Linux

我们为 Linux 写好了相应的安装脚本。安装脚本已经在 Ubuntu 14.04、Ubuntu 16.04和 Debian 8 上进行了测试。