EasyEngine v4
EasyEngine makes it greatly easy to manage nginx, a fast web-server software that consumes little memory when handling increasing volumes of concurrent users.
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 -
site command site-wp command cron command shell commandNote: 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:
site command shell commandIn 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
版权声明:
1、该文章(资料)来源于互联网公开信息,我方只是对该内容做点评,所分享的下载地址为原作者公开地址。2、网站不提供资料下载,如需下载请到原作者页面进行下载。
3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考学习用!
4、如文档内容存在违规,或者侵犯商业秘密、侵犯著作权等,请点击“违规举报”。