Enable SSL for a site in EasyEngine
To enable LetsEncrypt SSL for a web site hosted in EasyEngine server, run ee site update SITE_NAME_HERE –ssl=le Example See EasyEngine
To enable LetsEncrypt SSL for a web site hosted in EasyEngine server, run ee site update SITE_NAME_HERE –ssl=le Example See EasyEngine
When creating a wordpress web site on EasyEngine, i get following error root@ee:~# ee site create smartandsolar.serverok.in –wp Starting site creation. Warning:…
To Enable FTP for EasyEngine web sites, we need to install pure-ftpd. On Ubuntu/Debian, run apt install -y pure-ftpd Enable virtial FTP…
To create HTML web site To create PHP web site To create PHP/MySQL web site To enable LetsEncrypt SSL, add –letsencrypt Create…
EasyEngine run database of web sites in a Docker container. To take backup of MySQL database used by a WordPress website, you…
EasyEngine come admin tools. This include phpMyAdmin, phpinfo, OpCache GUI, nginx status. To enable admin tool, run ee admin-tools enable example.com Admin…
To Find MySQL root password on EasyEngine, run cd /opt/easyengine/services && docker-compose exec global-db bash -c ‘echo $MYSQL_ROOT_PASSWORD’ Or cat /opt/easyengine/services/docker-compose.yml |…
To renew SSL for site hosted in EasyEngine, run ee site ssl-renew –all You can set a cronjob to run every month…
To upgrade EasyEngine, run ee cli update It is recommended you run this in tmux or screen to avoid disconnection while upgrading.…
EasyEngine is a command line tool to manage/configure Nginx web server. https://easyengine.io To install EasyEngine, run Create Web Site EasyEngine HOWTOs EasyEngine…