From d7ba62c75fbeffd68ae5bcce398b7ff612355ac0 Mon Sep 17 00:00:00 2001 From: harshadyeola Date: Thu, 5 Jun 2014 17:26:29 +0530 Subject: [PATCH] bin/README.md config/README.md config/bash_completion.d/README.md config/easyengine/README.md config/nginx/common/README.md config/nginx/conf.d/README.md docs/README.md docs/man/README.md templates/README.md templates/nginx/README.md templates/nginx/html/README.md templates/nginx/mysql/README.md templates/nginx/php/README.md templates/nginx/wp/README.md templates/nginx/wpsubdir/README.md templates/nginx/wpsubdomain/README.md --- bin/README.md | 7 +++++++ config/README.md | 3 +++ config/bash_completion.d/README.md | 1 + config/easyengine/README.md | 1 + config/nginx/README.md | 2 ++ config/nginx/common/README.md | 3 +++ config/nginx/conf.d/README.md | 3 +++ docs/README.md | 1 + docs/man/README.md | 1 + templates/README.md | 1 + templates/nginx/README.md | 7 +++++++ templates/nginx/html/README.md | 1 + templates/nginx/mysql/README.md | 1 + templates/nginx/php/README.md | 1 + templates/nginx/wp/README.md | 4 ++++ templates/nginx/wpsubdir/README.md | 4 ++++ templates/nginx/wpsubdomain/README.md | 4 ++++ 17 files changed, 45 insertions(+) create mode 100644 bin/README.md create mode 100644 config/README.md create mode 100644 config/bash_completion.d/README.md create mode 100644 config/easyengine/README.md create mode 100644 config/nginx/README.md create mode 100644 config/nginx/common/README.md create mode 100644 config/nginx/conf.d/README.md create mode 100644 docs/README.md create mode 100644 docs/man/README.md create mode 100644 templates/README.md create mode 100644 templates/nginx/README.md create mode 100644 templates/nginx/html/README.md create mode 100644 templates/nginx/mysql/README.md create mode 100644 templates/nginx/php/README.md create mode 100644 templates/nginx/wp/README.md create mode 100644 templates/nginx/wpsubdir/README.md create mode 100644 templates/nginx/wpsubdomain/README.md diff --git a/bin/README.md b/bin/README.md new file mode 100644 index 00000000..9761318f --- /dev/null +++ b/bin/README.md @@ -0,0 +1,7 @@ +Includes binaries of EasyEngine [ee]. +Actual Path : `/usr/local/sbin/` + +1. **easyengine** - Main script for all EasyEngine [ee] tasks. +1. **eeupdate** - Script to update EasyEngine [ee] +1. **install.sh** - Script to install EasyEngine [ee]. + \ No newline at end of file diff --git a/config/README.md b/config/README.md new file mode 100644 index 00000000..287c0e61 --- /dev/null +++ b/config/README.md @@ -0,0 +1,3 @@ +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 diff --git a/config/bash_completion.d/README.md b/config/bash_completion.d/README.md new file mode 100644 index 00000000..d04e8297 --- /dev/null +++ b/config/bash_completion.d/README.md @@ -0,0 +1 @@ +1. **ee** - EasyEngine Auto Complete Feature script. \ No newline at end of file diff --git a/config/easyengine/README.md b/config/easyengine/README.md new file mode 100644 index 00000000..94585607 --- /dev/null +++ b/config/easyengine/README.md @@ -0,0 +1 @@ +1. **ee** - EasyEngine (ee) configuration file. \ No newline at end of file diff --git a/config/nginx/README.md b/config/nginx/README.md new file mode 100644 index 00000000..7dba3a1a --- /dev/null +++ b/config/nginx/README.md @@ -0,0 +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 diff --git a/config/nginx/common/README.md b/config/nginx/common/README.md new file mode 100644 index 00000000..f5dfeedb --- /dev/null +++ b/config/nginx/common/README.md @@ -0,0 +1,3 @@ +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 diff --git a/config/nginx/conf.d/README.md b/config/nginx/conf.d/README.md new file mode 100644 index 00000000..64c9a947 --- /dev/null +++ b/config/nginx/conf.d/README.md @@ -0,0 +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 diff --git a/docs/README.md b/docs/README.md new file mode 100644 index 00000000..222ec72a --- /dev/null +++ b/docs/README.md @@ -0,0 +1 @@ +1. **man** - manual pages for EasyEngine [ee]. \ No newline at end of file diff --git a/docs/man/README.md b/docs/man/README.md new file mode 100644 index 00000000..654a2de9 --- /dev/null +++ b/docs/man/README.md @@ -0,0 +1 @@ +1. **ee.8** - manual page for EasyEngine [ee]. \ No newline at end of file diff --git a/templates/README.md b/templates/README.md new file mode 100644 index 00000000..cab8a6f3 --- /dev/null +++ b/templates/README.md @@ -0,0 +1 @@ +1. **nginx** - includes config file templates. \ No newline at end of file diff --git a/templates/nginx/README.md b/templates/nginx/README.md new file mode 100644 index 00000000..97f7bd5e --- /dev/null +++ b/templates/nginx/README.md @@ -0,0 +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 diff --git a/templates/nginx/html/README.md b/templates/nginx/html/README.md new file mode 100644 index 00000000..0791fc6d --- /dev/null +++ b/templates/nginx/html/README.md @@ -0,0 +1 @@ +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 new file mode 100644 index 00000000..2e963622 --- /dev/null +++ b/templates/nginx/mysql/README.md @@ -0,0 +1 @@ +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 new file mode 100644 index 00000000..8703d993 --- /dev/null +++ b/templates/nginx/php/README.md @@ -0,0 +1 @@ +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 new file mode 100644 index 00000000..fd0de9bd --- /dev/null +++ b/templates/nginx/wp/README.md @@ -0,0 +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 diff --git a/templates/nginx/wpsubdir/README.md b/templates/nginx/wpsubdir/README.md new file mode 100644 index 00000000..1936822d --- /dev/null +++ b/templates/nginx/wpsubdir/README.md @@ -0,0 +1,4 @@ +1. **basic.conf** - WPSUBDIR BASIC NGINX CONFIGURATION file. +1. **w3tc.conf** - WPSUBDIR W3 TOTAL CACHE NGINX CONFIGURATION file. +1. **wpfc.conf** - WPSUBDIR FAST CGI NGINX CONFIGURATION file. +1. **wpsc.conf** - WPSUBDIR 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 new file mode 100644 index 00000000..5892d544 --- /dev/null +++ b/templates/nginx/wpsubdomain/README.md @@ -0,0 +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