-
Notifications
You must be signed in to change notification settings - Fork 432
Stack Services
Gaurav Ashtikar edited this page Jul 30, 2014
·
6 revisions
All EasyEngine services can be operated using following commands:
- Start NGINX, PHP, MySQL & Postfix service
- Stop NGINX, PHP, MySQL & Postfix service
- Reload NGINX, PHP, MySQL & Postfix service
- Restart NGINX, PHP, MySQL & Postfix service
ee stack start
# Deprecated way
ee system startSample output:
^_^[[email protected]:~]# ee stack start
Executing service nginx start, please wait...
Executing service php5-fpm start, please wait...
Executing service mysql start, please wait...
Executing service postfix start, please wait...ee stack stop
# Deprecated way
ee system stopSample output:
^_^[[email protected]:~]# ee stack stop
Executing service nginx stop, please wait...
Executing service php5-fpm stop, please wait...
Executing service mysql stop, please wait...
Executing service postfix stop, please wait...ee stack reload
# Deprecated way
ee system reloadSample output:
^_^[[email protected]:~]# ee stack reload
Executing service nginx reload, please wait...
Executing service php5-fpm reload, please wait...
Executing service mysql reload, please wait...
Executing service postfix reload, please wait...ee stack restart
# Deprecated way
ee system restartSample output:
^_^[[email protected]:~]# ee stack restart
Executing service nginx restart, please wait...
Executing service php5-fpm restart, please wait...
Executing service mysql restart, please wait...
Executing service postfix restart, please wait...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: