Skip to content
Harshad Yeola edited this page Jul 29, 2014 · 12 revisions

EasyEngine (ee)

Standard WordPress Sites:

Wordpress Site With No Cache

ee site create example.com --wp

Sample Output :

^_^[root@example.com:~]# ee site create example.com --wp
Creating example.com, please wait...
Creating symbolic link for example.com
Creating htdocs & logs directory
Downloading WordPress, please wait...
Setting up WordPress, please wait...
Updating WordPress permalink, please wait...
Installing Nginx Helper plugin, please wait...
Changing ownership of /var/www/example.com, please wait...
Git commit on /etc/nginx/, please wait...
Executing service nginx reload, please wait...

WordPress Admin Username: admin
WordPress Admin Password: CV1JtR0MfUdaDcQ

Successfully created new website: http://example.com

WordPress website with W3 Total Cache

ee site create example.com --w3tc

Sample Output :

^_^[root@example.com:~]# ee site create example.com --w3tc
Creating example.com, please wait...
Creating symbolic link for example.com
Creating htdocs & logs directory
Downloading WordPress, please wait...
Setting up WordPress, please wait...
Updating WordPress permalink, please wait...
Installing Nginx Helper plugin, please wait...
Installing W3 Total Cache plugin, please wait...
Changing ownership of /var/www/example.com, please wait...
Git commit on /etc/nginx/, please wait...
Executing service nginx reload, please wait...

WordPress Admin Username: admin
WordPress Admin Password: L9wyVGrXQTMYIqA

Configure W3TC:		http://example.com/wp-admin/admin.php?page=w3tc_general
Page Cache:		Disk Enhanced
Database Cache:		Memcached
Object Cache:		Memcached
Browser Cache:		Disable
Successfully created new website: http://example.com

W3 Total Cache configuration guidelines are displayed when you create site with --w3tc option

In above example visit http://example.com/wp-admin/admin.php?page=w3tc_general page cache database objectcache browser cache

WordPress website with WP Super Cache

ee site create example.com --wpsc

Sample Output :

WordPress Website with NGINX Fast-CGI Cache

ee site create example.com --wpfc

Sample Output :

Clone this wiki locally