-
Notifications
You must be signed in to change notification settings - Fork 434
Stack Module
EasyEngine(ee) Stack Module covers command related to packages in ee stack which includes NGINX, PHP5.5, MySQL, MemCache, OpCache, PhpMyadmin, Postfix, WP-CLI, adminer.
Stack Module provides following as stack/system
- Stack Install
- [Stack Remove] ()
- Stack Purge
- Stack Status
- Stack Start / Stop / Restart / Reload
To install ee stack into your system use
ee stack install
# Deprecated way
ee system install
Above command install all the require packages, now you can create your site using Site Module
If you are thinking installing all packages is not suitable for you, can install single packages by using following commands:
NGINX
ee stack install nginx
# Deprecated way
ee system install nginx
PHP
ee stack install php
# Deprecated way
ee system install php
MySQL
ee stack install mysql
# Deprecated way
ee system install mysql
Postfix
ee stack install postfix
# Deprecated way
ee system install postfix
WP-CLI
WP-CLI is commandline wordpress management tool.
ee stack install wpcli
# Deprecated way
ee system install wpcli
Adminer
Adminer is alternative to phpMyAdmin
ee stack install adminer
# Deprecated way
ee system install adminer
phpMyAdmin
ee stack install phpMyAdmin
# Deprecated way
ee system install phpmyadmin
Utilities
Below command installs phpMemcachedAdmin, FastCGI cleanup script, OPcache, Webgrind, Anemometer.
ee stack install utils
# Deprecated way
ee system install utils
To remove complete stack
ee stack remove
# Deprecated way
ee system remove
To remove single package from stack
ee stack remove [nginx/php/mysql/postfix/adminer/wpcli/utils]
# Deprecated way
ee system remove [nginx/php/mysql/postfix/adminer/wpcli/utils]
Note : remove option uses apt-get remove at its backend
To purge complete stack
ee stack purge
# Deprecated way
ee system purge
To purge single package
ee stack purge [nginx/php/mysql/postfix/adminer/wpcli/utils]
# Deprecated way
ee system purge [nginx/php/mysql/postfix/adminer/wpcli/utils]
Note : purge option uses apt-get purge at its backend
To know the status for stack
ee stack status
# Deprecated way
ee system status
To start / stop / restart all stack services
ee stack [start/stop/restart/reload]
# Deprecated way
ee system [start/stop/restart/reload]
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: