-
Notifications
You must be signed in to change notification settings - Fork 432
Create Website
Mitesh Shah edited this page Jul 30, 2014
·
14 revisions
ee site create example.com
# Another way
ee site create example.com --htmlSample Output:
^_^[[email protected]:~]# ee site create example.com
Creating example.com, please wait...
Creating symbolic link for example.com
Creating htdocs & logs directory
Changing ownership of /var/www/example.com, please wait...
Git commit on /etc/nginx/, please wait...
Successfully Created New Website: http://example.comee site create example.com --phpSample Output:
^_^[[email protected]:~]# ee site create example.com
Creating example.com, please wait...
Creating symbolic link for example.com
Creating htdocs & logs directory
Changing ownership of /var/www/example.com, please wait...
Git commit on /etc/nginx/, please wait...
Successfully Created New Website: http://example.comee site create example.com --mysqlSample Output:
^_^[[email protected]:~]# ee site create example.com
Creating example.com, please wait...
Creating symbolic link for example.com
Creating htdocs & logs directory
Changing ownership of /var/www/example.com, please wait...
Git commit on /etc/nginx/, please wait...
Successfully Created New Website: http://example.comNOTE: You can find MySQL database details at /var/www/example.com/ee-config.php
EasyEngine can create wordpress sites with or without cache configuration. EasyEngine also can create WordPress multisites. This section covers ee site creation with wordpress.
Lets create example.com in various ways.
ee site create example.com --wp # install wordpress without any page caching
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 --wpfc # install wordpress + nginx fastcgi_cacheee site create example.com --wpsubdir # install wpmu-subdirectory without any page caching
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 --wpfc # install wpmu-subdirectory + nginx fastcgi_cacheee site create example.com --wpsubdom # install wpmu-subdomain without any page caching
ee site create example.com --wpsubdom --w3tc # install wpmu-subdomain with w3-total-cache plugin
ee site create example.com --wpsubdom --wpsc # install wpmu-subdomain with wp-super-cache plugin
ee site create example.com --wpsubdom --wpfc # install wpmu-subdomain + nginx fastcgi_cache| Single Site | Multisite w/ Subdir | Multisite w/ Subdom | |
|---|---|---|---|
| NO Cache | --wp | --wpsubdir | --wpsubdom |
| WP Super Cache | --wpsc | --wpsubdir --wpsc | --wpsubdom --wpsc |
| W3 Total Cache | --w3tc | --wpsubdir --w3tc | --wpsubdom --w3tc |
| Nginx cache | --wpfc | --wpsubdir --wpfc | --wpsubdom --wpfc |
EasyEngine (ee):
- Installation
- Stack Module
- Site Module
- Debug Module
- Secure Module
- Other commands
- Configurartion File
- EasyEngine Logs
Tutorials:
- SFTP Setup
- Remote MySQL
- Setup OpenDKIM
- HHVM with EE 2.x.x
- Prevent MySQL crashing
- Change WordPress Cache
- Migrate Website With EasyEngine
- EasyEngine with Hosting Providers
Misc:
- FAQ
- Roadmap
- [Support Forum] (http://community.rtcamp.com/c/easyengine/)
- EasyEngine Update
- EasyEngine Admin Tools
- EasyEngine Beta Testing
Chat:
- [EasyEngine Developer Chat] (https://gitter.im/rtCamp/easyengine)
Testing:
- [Travis-CI] (https://travis-ci.org/rtCamp/easyengine/)
Donations:
Recently Modified: