Wednesday, September 28, 2016

Purge EE Steps

rm -rf /etc/ee/
rm -rf /etc/bash_completion.d/ee
rm -rf /usr/local/sbin/ee
rm -rf /usr/local/bin/ee
rm -rf /usr/local/sbin/ee
rm -rf /usr/share/ee
rm -rf /var/www/*
rm -rf /etc/nginx
rm -rf /etc/php5
rm -rf /etc/mysql
rm -rf /var/lib/mysql
rm -rf /etc/postfix

apt-get autoremove

MySQL Purge

Getting EasyEngine to install on 16.04 Ubuntu has been problematic. The problem seems to be the MariaDB that gets installed along with MySQL. Here's how to purge MySQL from your Ubuntu install completely.

Tuesday, September 27, 2016

New EasyEngine Options

Yup, I'm completely redoing the web server and site again. It's what I do.

EasyEngine has some new options too. Redis cache is in. Pagespeed is out. Let's Encrypt is a new, free, opensource SSL cert service.

ee site create example.com --wpsubdir --wpredis --php7

There's a new option --letsencrypt which uses a free encryption service.

No HHVM this time.