Browse Source

Updated README.md

Added commands to enable Redis.
hotfix/v3.3.3
Dinesh Jain 9 years ago
parent
commit
d76ee126d0
  1. 9
      README.md

9
README.md

@ -48,6 +48,7 @@ ee site create example.com --wp # install wordpress without any
ee site create example.com --w3tc # install wordpress with w3-total-cache plugin ee site create example.com --w3tc # install wordpress with w3-total-cache plugin
ee site create example.com --wpsc # install wordpress with wp-super-cache plugin ee site create example.com --wpsc # install wordpress with wp-super-cache plugin
ee site create example.com --wpfc # install wordpress + nginx fastcgi_cache ee site create example.com --wpfc # install wordpress + nginx fastcgi_cache
ee site create example.com --wpredis # install wordpress + nginx redis_cache
``` ```
### WordPress Multsite with subdirectory ### WordPress Multsite with subdirectory
@ -57,15 +58,17 @@ ee site create example.com --wpsubdir # install wpmu-subdirectory wit
ee site create example.com --wpsubdir --w3tc # install wpmu-subdirectory with w3-total-cache plugin ee site create example.com --wpsubdir --w3tc # install wpmu-subdirectory with w3-total-cache plugin
ee site create example.com --wpsubdir --wpsc # install wpmu-subdirectory with wp-super-cache plugin ee site create example.com --wpsubdir --wpsc # install wpmu-subdirectory with wp-super-cache plugin
ee site create example.com --wpsubdir --wpfc # install wpmu-subdirectory + nginx fastcgi_cache ee site create example.com --wpsubdir --wpfc # install wpmu-subdirectory + nginx fastcgi_cache
ee site create example.com --wpsubdir --wpredis # install wpmu-subdirectory + nginx redis_cache
``` ```
### WordPress Multsite with subdomain ### WordPress Multsite with subdomain
```bash ```bash
ee site create example.com --wpsubdomin # install wpmu-subdomain without any page caching ee site create example.com --wpsubdomain # install wpmu-subdomain without any page caching
ee site create example.com --wpsubdomain --w3tc # install wpmu-subdomain with w3-total-cache plugin ee site create example.com --wpsubdomain --w3tc # install wpmu-subdomain with w3-total-cache plugin
ee site create example.com --wpsubdomain --wpsc # install wpmu-subdomain with wp-super-cache plugin ee site create example.com --wpsubdomain --wpsc # install wpmu-subdomain with wp-super-cache plugin
ee site create example.com --wpsubdomain --wpfc # install wpmu-subdomain + nginx fastcgi_cache ee site create example.com --wpsubdomain --wpfc # install wpmu-subdomain + nginx fastcgi_cache
ee site create example.com --wpsubdomain --wpredis # install wpmu-subdomain + nginx redis_cache
``` ```
### Non-WordPress Sites ### Non-WordPress Sites
@ -91,12 +94,12 @@ ee site create example.com --php --pagespeed # create example.com php site w
| | Single Site | Multisite w/ Subdir | Multisite w/ Subdom | | | Single Site | Multisite w/ Subdir | Multisite w/ Subdom |
|--------------------|---------------|-----------------------|-----------------------| |--------------------|---------------|-----------------------|--------------------------|
| **NO Cache** | --wp | --wpsubdir | --wpsubdomain | | **NO Cache** | --wp | --wpsubdir | --wpsubdomain |
| **WP Super Cache** | --wpsc | --wpsubdir --wpsc | --wpsubdomain --wpsc | | **WP Super Cache** | --wpsc | --wpsubdir --wpsc | --wpsubdomain --wpsc |
| **W3 Total Cache** | --w3tc | --wpsubdir --w3tc | --wpsubdomain --w3tc | | **W3 Total Cache** | --w3tc | --wpsubdir --w3tc | --wpsubdomain --w3tc |
| **Nginx cache** | --wpfc | --wpsubdir --wpfc | --wpsubdomain --wpfc | | **Nginx cache** | --wpfc | --wpsubdir --wpfc | --wpsubdomain --wpfc |
| **Redis cache** | --wpredis | --wpsubdir --wpredis | --wpsubdomain --wpredis |
## Useful Links ## Useful Links
- [Documentation] (http://docs.rtcamp.com/easyengine/) - [Documentation] (http://docs.rtcamp.com/easyengine/)

Loading…
Cancel
Save