EasyEngine is a command line tool to manage/configure Nginx web server.
To install EasyEngine, run
wget -qO ee rt.cx/ee4 && sudo bash ee
Create Web Site
- EasyEngine Create Site
- Enable Let’s Encrypt
- Enable SSL for a site in EasyEngine
- Enable FTP for EasyEngine Website
EasyEngine HOWTOs
- Upgrade EasyEngine
- EasyEngine Renew SSL
- EasyEngine Connect to MySQL Database
- EasyEngine backup WordPress Database
- Enable Admin Tools in EasyEngine
EasyEngine Errors
EasyEngine Folders
/opt/easyengine/services/docker-compose.yml | docker-compose file |
/opt/easyengine/sites/DOMAIN_NAME_HERE/app/htdocs | Website document root |
/opt/easyengine/services/mariadb | MySQL data dir |
Restart Nginx container for a site
ee site restart SITE_URL_HERE --nginx
Clear Object cache for a site
ee site clean SITE_URL_HERE
Leave a Reply