|
@ -311,9 +311,9 @@ elif [ "$EE_FIRST" = "stack" ] || [ "$EE_FIRST" = "system" ]; then |
|
|
ee_lib_service nginx php5-fpm mysql postfix $EE_SECOND |
|
|
ee_lib_service nginx php5-fpm mysql postfix $EE_SECOND |
|
|
else |
|
|
else |
|
|
ee_lib_echo "ee stack commands:" |
|
|
ee_lib_echo "ee stack commands:" |
|
|
ee_lib_echo_escape "\tinstall\tInstall NGINX, PHP5, MySQL, Postfix, Adminer, phpMyAdmin, WP-CLI and Utils" |
|
|
ee_lib_echo_escape "\tinstall\tInstall NGINX, PHP5, MySQL, Postfix, Adminer, phpMyAdmin, WP-CLI , Utils, Mailscanner and Admin tools" |
|
|
ee_lib_echo_escape "\tremove\tRemove NGINX, PHP5, MySQL, Postfix, Adminer, phpMyAdmin, WP-CLI and Utils" |
|
|
ee_lib_echo_escape "\tremove\tRemove NGINX, PHP5, MySQL, Postfix, Adminer, phpMyAdmin, WP-CLI, Utils, Mailscanner and Admin tools" |
|
|
ee_lib_echo_escape "\tpurge\tPurge NGINX, PHP5, MySQL, Postfix, Adminer, phpMyAdmin, WP-CLI and Utils" |
|
|
ee_lib_echo_escape "\tpurge\tPurge NGINX, PHP5, MySQL, Postfix, Adminer, phpMyAdmin, WP-CLI, Utils, Mailscanner and Admin tools" |
|
|
ee_lib_echo_escape "\tstatus\tDisplay system status information" |
|
|
ee_lib_echo_escape "\tstatus\tDisplay system status information" |
|
|
ee_lib_echo_escape "\tstart\tStart NGINX, PHP5, MySQL and Postfix service" |
|
|
ee_lib_echo_escape "\tstart\tStart NGINX, PHP5, MySQL and Postfix service" |
|
|
ee_lib_echo_escape "\tstop\tStop NGINX, PHP5, MySQL and Postfix service" |
|
|
ee_lib_echo_escape "\tstop\tStop NGINX, PHP5, MySQL and Postfix service" |
|
@ -752,6 +752,7 @@ elif [ "$EE_FIRST" = "site" ]; then |
|
|
|
|
|
|
|
|
else |
|
|
else |
|
|
ee_lib_echo "ee site commands:" |
|
|
ee_lib_echo "ee site commands:" |
|
|
|
|
|
ee_lib_echo_escape "\tcd\tSwitch to website root directory" |
|
|
ee_lib_echo_escape "\tlist\tList NGINX enabled website" |
|
|
ee_lib_echo_escape "\tlist\tList NGINX enabled website" |
|
|
ee_lib_echo_escape "\tinfo\tDisplay information about given website" |
|
|
ee_lib_echo_escape "\tinfo\tDisplay information about given website" |
|
|
ee_lib_echo_escape "\tshow\tDisplay NGINX configuration for given website" |
|
|
ee_lib_echo_escape "\tshow\tDisplay NGINX configuration for given website" |
|
@ -760,6 +761,8 @@ elif [ "$EE_FIRST" = "site" ]; then |
|
|
ee_lib_echo_escape "\tedit\tEdit NGINX configuration for given website" |
|
|
ee_lib_echo_escape "\tedit\tEdit NGINX configuration for given website" |
|
|
ee_lib_echo_escape "\tcreate\tCreate new HTML, PHP, MySQL or WordPress website" |
|
|
ee_lib_echo_escape "\tcreate\tCreate new HTML, PHP, MySQL or WordPress website" |
|
|
ee_lib_echo_escape "\tdelete\tDelete existing website" |
|
|
ee_lib_echo_escape "\tdelete\tDelete existing website" |
|
|
|
|
|
ee_lib_echo_escape "\tlog\tMonitor access and error logs for single or multiple websites" |
|
|
|
|
|
ee_lib_echo_escape "\tupdate\tupdate current website" |
|
|
fi |
|
|
fi |
|
|
|
|
|
|
|
|
# EasyEngine debug |
|
|
# EasyEngine debug |
|
@ -891,6 +894,7 @@ else |
|
|
ee_lib_echo_escape "\tversion\tDisplay EasyEngine (ee) version" |
|
|
ee_lib_echo_escape "\tversion\tDisplay EasyEngine (ee) version" |
|
|
ee_lib_echo_escape "\thelp\tDisplay EasyEngine (ee) man page" |
|
|
ee_lib_echo_escape "\thelp\tDisplay EasyEngine (ee) man page" |
|
|
ee_lib_echo_escape "\tinfo\tDisplay Information about NGINX, PHP5, MySQL" |
|
|
ee_lib_echo_escape "\tinfo\tDisplay Information about NGINX, PHP5, MySQL" |
|
|
|
|
|
ee_lib_echo_escape "\tclean\tClean Nginx FastCGI cache/OPcache/Memcache/all cache" |
|
|
ee_lib_echo_escape "\tstack\tInstall/Remove/Purge NGINX, PHP, MySQL, Postfix" |
|
|
ee_lib_echo_escape "\tstack\tInstall/Remove/Purge NGINX, PHP, MySQL, Postfix" |
|
|
ee_lib_echo_escape "\tsite\tPerform various site specific operation" |
|
|
ee_lib_echo_escape "\tsite\tPerform various site specific operation" |
|
|
ee_lib_echo_escape "\tdebug\tPerform various debugging operation" |
|
|
ee_lib_echo_escape "\tdebug\tPerform various debugging operation" |
|
|