Browse Source

Added Cheatsheet

old-stable
Rahul Bansal 11 years ago
parent
commit
b6d2f5d1d2
  1. 13
      README.md

13
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/)

Loading…
Cancel
Save