-
Notifications
You must be signed in to change notification settings - Fork 433
Purge Web Packages
Mitesh Shah edited this page Sep 2, 2014
·
6 revisions
- Purge Web packages
- Purge NGINX
- Purge PHP
- Purge MySQL
- Purge Postfix
- Purge WP-CLI
- Purge Adminer
- Purge phpMyAdmin
- Purge Utilities
ee stack purge
# Another way
ee stack purge --web
Sample output:
^_^[root@example.com:~]# ee stack purge
purge nginx-custom package, please wait...
Reading package lists...
Building dependency tree...
Reading state information...
The following package was automatically installed and is no longer required:
libxslt1.1
Use 'apt-get autoremove' to remove it.
The following packages will be REMOVED:
[...]
.
.
.
[...]
Removing Adminer, please wait...
Removing phpMyAdmin, please wait...
Removing WP-CLI, please wait...
Remove EasyEngine (ee) admin utilities, please wait...
Removing unwanted packages, please wait...
[...]
.
.
.
[...]
Successfully purged all packages
Above command removes all packages installed by ee stack install
If you are thinking removing all packages is not suitable for you, can remove single packages by using following commands:
ee stack purge nginx
# Deprecated way
ee system purge nginx
ee stack purge php
# Deprecated way
ee system purge php
ee stack purge mysql
# Deprecated way
ee system purge mysql
ee stack purge postfix
# Deprecated way
ee system purge postfix
ee stack purge wpcli
# Deprecated way
ee system purge wpcli
ee stack purge adminer
# Deprecated way
ee system purge adminer
ee stack purge phpMyAdmin
# Deprecated way
ee system purge phpmyadmin
Below command remove phpMemcachedAdmin, FastCGI cleanup script, OPcache, Webgrind, Anemometer.
ee stack purge utils
# Deprecated way
ee system purge utils
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: