-
Notifications
You must be signed in to change notification settings - Fork 431
Other commands
Harshad Yeola edited this page Jul 25, 2014
·
16 revisions
ee version
Sample output:
^_^[[email protected]:~]# ee version
EasyEngine (ee) version: 2.0.1
ee help
ee info nginx
Sample output:
^_^[[email protected]:~]# ee info nginx
NGINX (1.6.0):
user www-data
worker_processes auto
worker_connections 4096
keepalive_timeout 30
fastcgi_read_timeout 300
client_max_body_size 100m
allow 127.0.0.1 192.168.33.1
ee info php
Sample output:
^_^[[email protected]:~]# ee info php
PHP (5.5.15RC1):
user www-data
expose_php Off
memory_limit 128M
post_max_size 100M
upload_max_filesize 100M
max_execution_time 300
Information about www.conf
ping.path /ping
pm.status_path /status
process_manager ondemand
pm.max_requests 500
pm.max_children 100
pm.start_servers 20
pm.min_spare_servers 10
pm.max_spare_servers 30
request_terminate_timeout 300
xdebug.profiler_enable_trigger off
listen 127.0.0.1:9000
Information about debug.conf
ping.path /ping
pm.status_path /status
process_manager ondemand
pm.max_requests 500
pm.max_children 100
pm.start_servers 20
pm.min_spare_servers 10
pm.max_spare_servers 30
request_terminate_timeout 300
xdebug.profiler_enable_trigger on
listen 127.0.0.1:9001
ee info mysql
Sample output:
^_^[[email protected]:~]# ee info mysql
MySQL (5.5.37):
user root
port 3306
wait_timeout 30
interactive_timeout 60
max_used_connections 5/151
datadir /var/lib/mysql/
socket /var/run/mysqld/mysqld.sock
ee info nginx # Display EasyEngine NGINX Configuration.
ee info php # Display EasyEngine PHP Configuration.
ee info mysql # Display EasyEngine MySQL Configuration.
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: