Standard WordPress Sites

WordPress Website

ee site create example.com --wp

Sample Output :

^_^[[email protected]:~]# 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 + WP Super Cache

ee site create example.com --wpsc

Sample Output :

^_^[[email protected]:~]# ee site create example.com --wpsc
Creating example1.com, please wait...
Creating symbolic link for example1.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 WP Super Cache plugin, please wait...
Changing ownership of /var/www/example1.com, please wait...
Git commit on /etc/nginx/, please wait...
Executing service nginx reload, please wait...

WordPress Admin Username: admin
WordPress Admin Password: fV5WkzRxPgwVWYx

Configure WPSC:     http://example.com/wp-admin/options-general.php?page=wpsupercache
Successfully created new website: http://example1.com

WordPress + W3 Total Cache

ee site create example.com --w3tc

Sample Output :

^_^[[email protected]:~]# 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

Configure Plugins:

Configure W3TC:
page cache
database objectcache
browser cache

WordPress + FastCGI Cache

ee site create example.com --wpfc

Sample Output :

^_^[[email protected]:~]# ee site create example.com --wpfc
Creating example3.com, please wait...
Creating symbolic link for example3.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/example3.com, please wait...
Git commit on /etc/nginx/, please wait...
Executing service nginx reload, please wait...

WordPress Admin Username: admin
WordPress Admin Password: azVCKVnOrXti0mi

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

Configure Plugins:

Configure nginx-helper:
easyengine-nginx helper

Configure W3TC:
database objectcache
browser cache

1 response to “Standard WordPress Sites”

  1. I was install my wordpress website using nginx on easyengine v4 and it was installed successfully. But after login I was changed my website with (www.) in general setting in wordpress deskboard and my site show an error (The page isn’t redirecting properly). What I can do to resolve this issue. Please Help me.