From b6d2f5d1d2098c16023d891b63284d0830a96b03 Mon Sep 17 00:00:00 2001 From: Rahul Bansal Date: Fri, 7 Mar 2014 17:01:49 +0530 Subject: [PATCH] Added Cheatsheet --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6ce70800..f42843a3 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ ee site create example.com --wp # create example.com and instal ee update ``` -## Site Creation Commands +## More Site Creation Commands ### Standard WordPress Sites @@ -62,6 +62,17 @@ ee site create example.com --php # create example.com with php support ee site create example.com --mysql # create example.com with php & mysql support ``` +## Cheatsheet - Site creation + + +| | Single Site | Multisite w/ Subdir | Multisite w/ Subdom | +|--------------------|---------------|-----------------------|-----------------------| +| **NO Cache** | --wp | --wpsubdir | --wpsubdom | +| **WP Super Cache** | --wpsc | --wpsc --wpsubdir | --wpsc --wpsubdom | +| **W3 Total Cache** | --w3tc | --w3tc --wpsubdir | --w3tc --wpsubdom | +| **Nginx cache** | --wpfc | --wpfc --wpsubdir | --wpfc --wpsubdom | + + ## Useful Links - [Documentation] (http://rtcamp.com/easyengine/docs/) - [FAQ] (http://rtcamp.com/easyengine/faq/)