• Stars
    star
    2,045
  • Rank 22,529 (Top 0.5 %)
  • Language
    PHP
  • License
    MIT License
  • Created about 12 years ago
  • Updated about 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Command-line control panel for Nginx Server to manage WordPress sites running on Nginx, PHP, MySQL, and Let's Encrypt

EasyEngine Logo

EasyEngine v4 Build 🔨 + Test 👨‍🔧 Join EasyEngine Slack Channel Latest Stable Version License

EasyEngine makes it greatly easy to manage nginx, a fast web-server software that consumes little memory when handling increasing volumes of concurrent users.

Handcrafted Enterprise WordPress Solutions by rtCamp

Requirements

  • Docker
  • Docker-Compose
  • PHP CLI (>=7.1)
  • PHP Modules - curl, sqlite3, pcntl

Installing

Linux

For Linux, we have created an installer script that will install all the dependencies for you. We have tested this on Ubuntu 14.04, 16.04, 18.04, 20.04, 22.04 and Debian 8, Debian 10.

wget -qO ee https://rt.cx/ee4 && sudo bash ee

Even if the script doesn't work for your distribution, you can manually install the dependencies and then run the following commands to install EasyEngine

wget -O /usr/local/bin/ee https://raw.githubusercontent.com/EasyEngine/easyengine-builds/master/phar/easyengine.phar
chmod +x /usr/local/bin/ee

Tab completions

EasyEngine also comes with a tab completion script for Bash and ZSH. Just download ee-completion.bash and source it from ~/.bash_profile:

source /FULL/PATH/TO/ee-completion.bash

Don't forget to run source ~/.bash_profile afterwards.

If using zsh for your shell, you may need to load and start bashcompinit before sourcing. Put the following in your .zshrc:

autoload bashcompinit
bashcompinit
source /FULL/PATH/TO/ee-completion.bash

Usage

To get started with EasyEngine and create a wordpress site, run

ee site create example.com --type=wp

Need a wordpress site with caching? Try

ee site create example.com --type=wp --cache

Need a wordpress multi-site with page cache?

ee site create example.com --type=wp --mu=wpsubdir --cache

Need a plain and simple html site?

ee site create example.com

Want to play around with your new site?

ee shell example.com

Want to know more? Checkout readme of these commands -

Note: ⚠️ EasyEngine will currently only run with root privileges. You can run ee help, ee help site and ee help site create to get all the details about the various commands and subcommands that you can run.

Development

Development of easyengine is done entirely on GitHub.

We've used wp-cli framework as a base and built EasyEngine on top of it.

This repo contains the main core of easyengine (the framework). All top level commands(except ee cli) i.e. ee site, ee shell have their own repos.

Currently, we have the following commands which are bundled by default in EasyEngine:

In future, the community will be able to make their own packages and commands!

Contributing

We warmheartedly welcome all contributions however and in whatever capacity you can either through Pull Requests or by reporting Issues. You can contribute here or in any of the above mentioned commands repo.

Donations

PayPal-Donate

More Repositories

1

docker-compose-wordpress

Work in progress! 👷
Shell
29
star
2

dockerfiles

Various Dockerfiles in use by EasyEngine
Dockerfile
19
star
3

site-command

Performs basic site functions in easyengine
PHP
17
star
4

nginx-build

rtCamp Nginx build
Shell
16
star
5

site-type-wp

Adds 'wp' site type to EasyEngine
PHP
12
star
6

wordpress-nginx-config-wizard

Generate WordPress Nginx Config Based on https://easyengine.io/wordpress-nginx/tutorials
HTML
10
star
7

site-type-php

PHP
7
star
8

docs

Documentation for EasyEngine
PHP
7
star
9

installer

Installer scripts for EasyEngine
Shell
7
star
10

feature-requests

A repo to track all feature requests on EasyEngine project using issue tracker.
5
star
11

eeadmin

easyengine admin tools. Some tools can be used without easyenigne as well. Hence separate repo!
5
star
12

launchpad

Launchpad build
Shell
4
star
13

shell-command

PHP
4
star
14

auth-command

PHP
4
star
15

cron-command

Manages cron in EasyEngine
PHP
4
star
16

admin-tools-command

EasyEngine Admin Tools For v4
PHP
4
star
17

easyengine-docker

Docker images with EasyEngine preinstalled (NOT READY FOR USE)
Shell
4
star
18

service-command

PHP
3
star
19

config-command

PHP
3
star
20

easyengine-builds

3
star
21

ngx_http_redis

You can use this module to perform simple caching. There are plans to extend this module in the near future. Latest version available at http://people.FreeBSD.org/~osa/ngx_http_redis-0.3.8.tar.gz.
C
3
star
22

ee-tools

Misc. scripts and tools we use with EasyEngine
PHP
1
star
23

log-command

PHP
1
star
24

scaffold-command

Scaffold files required for creating a EasyEngine package
PHP
1
star
25

command-template

Template for kickstarting the development of EasyEngine commands.
PHP
1
star
26

easyengine-installer-droplet-creator

PHP
1
star
27

kops-k8s

Our experiments with Kubernetes on AWS
PHP
1
star
28

mailhog-command

PHP
1
star
29

easyengine-presentation

Presentation explaining easyengine
CSS
1
star
30

php-build

rtCamp PHP Build
Makefile
1
star
31

cli-language-compare

Dummy project to compare different programming languages for a CLI project
Go
1
star