diff --git a/config/README.md b/config/README.md index 287c0e61..2e377a8e 100644 --- a/config/README.md +++ b/config/README.md @@ -1,3 +1,5 @@ -1. **bash_completion.d** - EasyEngine Auto Complete Feature script. -1. **easyengine** - EasyEngine (ee) configuration file -1. **nginx** - nginx configuration files. \ No newline at end of file +1. **bash_completion.d** - EasyEngine auto completion script. Actual Linux Path : `/etc/bash_completion.d/` + +1. **easyengine** - EasyEngine (ee) configuration file. Actual Linux Path : `/etc/easyengine/` + +1. **nginx** - NGINX configuration files. Actual Linux Path : `/etc/nginx` diff --git a/config/bash_completion.d/README.md b/config/bash_completion.d/README.md index d04e8297..b4ca7639 100644 --- a/config/bash_completion.d/README.md +++ b/config/bash_completion.d/README.md @@ -1 +1 @@ -1. **ee** - EasyEngine Auto Complete Feature script. \ No newline at end of file +1. **ee** - EasyEngine auto completion script. \ No newline at end of file diff --git a/config/nginx/README.md b/config/nginx/README.md index 7dba3a1a..8db13186 100644 --- a/config/nginx/README.md +++ b/config/nginx/README.md @@ -1,2 +1,2 @@ -1. **common** - configuration files for common settings -1. **conf.d** - configuration files for access restriction and php upstream settings. \ No newline at end of file +1. **common** - NGINX common configuration settings +1. **conf.d** - NGINX default settings for access control, PHP upstream & FastCGI cache settings. \ No newline at end of file diff --git a/config/nginx/common/README.md b/config/nginx/common/README.md index f5dfeedb..44041308 100644 --- a/config/nginx/common/README.md +++ b/config/nginx/common/README.md @@ -1,3 +1,8 @@ -1. **acl.conf** - Protect Locations Using HTTP AUTH OR IP-Based Authentication -1. **locations.conf** - Defines Common Locations -1. **wpcommon.conf** - WordPress Common Settings \ No newline at end of file +1. **acl.conf** - Protect locations using HTTP AUTH OR IP-Based authentication +1. **locations.conf** - Defines common locations +1. **php** - common PHP NGINX configuration. +1. **wpcommon.conf** - WordPress common settings +1. **w3tc.conf** - W3 Total Cache configuration settings. +1. **wpsc.conf** - WP Super Cache configuration settings. +1. **wpfc.conf** - NGINX FastCGI configuration settings. +1. **wpsubdir.conf** - NGINX configuration for WordPress Multisite (subdirectory). \ No newline at end of file diff --git a/config/nginx/conf.d/README.md b/config/nginx/conf.d/README.md index 64c9a947..13c0c7ea 100644 --- a/config/nginx/conf.d/README.md +++ b/config/nginx/conf.d/README.md @@ -1,3 +1,3 @@ -1. **blockips.conf** - Block IP Address -1. **fastcgi.conf** - Fastcgi Cache Settings -1. **upstream.conf** - Common Upstream Settings \ No newline at end of file +1. **blockips.conf** - Block IP address +1. **fastcgi.conf** - FastCGI cache Settings +1. **upstream.conf** - Common upstream settings \ No newline at end of file diff --git a/docs/README.md b/docs/README.md index 61fbb781..f746d8f1 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1 +1 @@ -1. **man** - manual pages for EasyEngine (ee). +1. **man** - manual pages for EasyEngine (ee). Actual Linux Path : `/usr/share/man/man8/` diff --git a/src/modules/README.md b/src/modules/README.md index 2df52948..61aa3112 100644 --- a/src/modules/README.md +++ b/src/modules/README.md @@ -1 +1,3 @@ -1. **system** - includes install and remove scripts for EasyEngine [ee] modules. (ee system install/remove) \ No newline at end of file +1. **stack** - includes install and remove scripts for EasyEngine [ee] modules. (ee stack install/remove). +1. **site** - includes scripts for site create commands. +1. **debug** - includes scripts for debug commands. \ No newline at end of file diff --git a/src/vendor/README.md b/src/vendor/README.md index 37f0ee84..67d8a540 100644 --- a/src/vendor/README.md +++ b/src/vendor/README.md @@ -1,6 +1,6 @@ 1. **ee_ven_install_adminer.sh** - Install Adminer 1. **ee_ven_install_pma.sh** - Install phpMyAdmin -1. **ee_ven_install_wp_cli.sh** - Install wp-cli +1. **ee_ven_install_wp_cli.sh** - Install WP-CLI 1. **ee_ven_remove_adminer.sh** - Remove Adminer 1. **ee_ven_remove_pma.sh** - Remove phpMyAdmin 1. **ee_ven_remove_wp_cli.sh** - Remove WP-CLI \ No newline at end of file diff --git a/templates/nginx/README.md b/templates/nginx/README.md index 97f7bd5e..27a68f8d 100644 --- a/templates/nginx/README.md +++ b/templates/nginx/README.md @@ -1,7 +1,7 @@ -1. **html** - HTML NGINX Cofiguration -1. **mysql** - MySQL NGINX Cofiguration -1. **php** - PHP NGINX Cofiguration -1. **wp** - WORDPRESS NGINX Cofiguration -1. **wpsubdir** - WPSUBDIR NGINX CONFIGURATION -1. **wpsubdomain** - WPSUBDOMAIN NGINX CONFIGURATION -1. **22222** - EasyEngine Admin Configuration \ No newline at end of file +1. **html** - HTML NGINX cofiguration +1. **mysql** - MySQL NGINX cofiguration +1. **php** - PHP NGINX cofiguration +1. **wp** - WordPress NGINX cofiguration +1. **wpsubdir** - WordPress Multisite (subdirectory) NGINX configuration +1. **wpsubdomain** - WordPress Subdomains NGINX configuration +1. **22222** - EasyEngine admin panel configuration diff --git a/templates/nginx/html/README.md b/templates/nginx/html/README.md index 0791fc6d..4d9f0aed 100644 --- a/templates/nginx/html/README.md +++ b/templates/nginx/html/README.md @@ -1 +1 @@ -1. **basic.conf** - HTML NGINX Configuration file. \ No newline at end of file +1. **basic.conf** - HTML NGINX configuration file. \ No newline at end of file diff --git a/templates/nginx/mysql/README.md b/templates/nginx/mysql/README.md index 2e963622..23f83945 100644 --- a/templates/nginx/mysql/README.md +++ b/templates/nginx/mysql/README.md @@ -1 +1 @@ -1. **basic.conf** - MYSQL NGINX CONFIGURATION \ No newline at end of file +1. **basic.conf** - MYSQL NGINX configuration \ No newline at end of file diff --git a/templates/nginx/php/README.md b/templates/nginx/php/README.md index 8703d993..05626617 100644 --- a/templates/nginx/php/README.md +++ b/templates/nginx/php/README.md @@ -1 +1 @@ -1. **basic.conf** - PHP NGINX CONFIGURATION file. \ No newline at end of file +1. **basic.conf** - PHP NGINX configuration file. \ No newline at end of file diff --git a/templates/nginx/wp/README.md b/templates/nginx/wp/README.md index fd0de9bd..abdce904 100644 --- a/templates/nginx/wp/README.md +++ b/templates/nginx/wp/README.md @@ -1,4 +1,4 @@ -1. **basic.conf** - WPSINGLE BASIC NGINX CONFIGURATION file. -1. **w3tc.conf** - WPSINGLE W3 TOTAL CACHE NGINX CONFIGURATION file. -1. **wpfc.conf** - WPSINGLE FAST CGI NGINX CONFIGURATION file. -1. **wpsc.conf** - WPSINGLE WP SUPER CACHE NGINX CONFIGURATION file. \ No newline at end of file +1. **basic.conf** - WordPress Single site BASIC NGINX configuration file. +1. **w3tc.conf** - WordPress Single site W3 Total Cache NGINX configuration file. +1. **wpfc.conf** - WordPress Single site FAST CGI NGINX configuration file. +1. **wpsc.conf** - WordPress Single site WP SUPER CACHE NGINX configuration file. \ No newline at end of file diff --git a/templates/nginx/wpsubdomain/README.md b/templates/nginx/wpsubdomain/README.md index 5892d544..23dab6b8 100644 --- a/templates/nginx/wpsubdomain/README.md +++ b/templates/nginx/wpsubdomain/README.md @@ -1,4 +1,4 @@ -1. **basic.conf** - WPSUBDOMAIN BASIC NGINX CONFIGURATION file. -1. **w3tc.conf** - WPSUBDOMAIN W3 TOTAL CACHE NGINX CONFIGURATION file. -1. **wpfc.conf** - WPSUBDOMAIN FAST CGI NGINX CONFIGURATION file. -1. **wpsc.conf** - WPSUBDOMAIN WP SUPER CACHE NGINX CONFIGURATION file. \ No newline at end of file +1. **basic.conf** - WP Subdomains basic NGINX configuration file. +1. **w3tc.conf** - WP Subdomains W3 Total Cache NGINX configuration file. +1. **wpfc.conf** - WP Subdomains FastCGI NGINX configuration file. +1. **wpsc.conf** - WP Subdomains WP Super Cache NGINX configuration file. \ No newline at end of file