-
Notifications
You must be signed in to change notification settings - Fork 432
Delete Website
Gaurav Ashtikar edited this page Jul 30, 2014
·
9 revisions
- Delete website
- Delete website without prompt
- Delete website webroot only
- Delete website database only
To delete site created with EasyEngine (ee) use
ee site delete example.com Sample output:
^_^[[email protected]:~]# ee site delete example.com
DB_NAME = example_com
DB_USER = example_com
DB_HOST = localhost
Are you sure to drop example_com database (y/n): y
Are you sure to remove example.com webroot (y/n): y
Are you sure to remove example.com NGINX configuration (y/n): y
Git commit on /etc/nginx/, please wait...
Executing service nginx reload, please wait...ee site delete example.com --no-prompt Sample output:
^_^[[email protected]:~]# ee site delete example.com --no-prompt
DB_NAME = example_com
DB_USER = example_com
DB_HOST = localhost
Git commit on /etc/nginx/, please wait...
Executing service nginx reload, please wait...ee site delete example.com --filesSample output:
^_^[[email protected]:~]# ee site delete example.com --files
Are you sure to remove example2.com webroot (y/n): yee site delete example.com --db Sample output:
^_^[[email protected]:~]# ee site delete example.com --db
DB_NAME = example_com
DB_USER = example_com
DB_HOST = localhost
Are you sure to drop ex_com database (y/n): yEasyEngine (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: