Browse Source

Merge branch 'refactor' of github.com:rtCamp/easyengine into refactor

old-stable
Mitesh Shah 11 years ago
parent
commit
fba1daca93
  1. 8
      config/README.md
  2. 2
      config/bash_completion.d/README.md
  3. 4
      config/nginx/README.md
  4. 11
      config/nginx/common/README.md
  5. 6
      config/nginx/conf.d/README.md
  6. 2
      docs/README.md
  7. 4
      src/modules/README.md
  8. 2
      src/vendor/README.md
  9. 14
      templates/nginx/README.md
  10. 2
      templates/nginx/html/README.md
  11. 2
      templates/nginx/mysql/README.md
  12. 2
      templates/nginx/php/README.md
  13. 8
      templates/nginx/wp/README.md
  14. 8
      templates/nginx/wpsubdomain/README.md

8
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.
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`

2
config/bash_completion.d/README.md

@ -1 +1 @@
1. **ee** - EasyEngine Auto Complete Feature script.
1. **ee** - EasyEngine auto completion script.

4
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.
1. **common** - NGINX common configuration settings
1. **conf.d** - NGINX default settings for access control, PHP upstream & FastCGI cache settings.

11
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
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).

6
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
1. **blockips.conf** - Block IP address
1. **fastcgi.conf** - FastCGI cache Settings
1. **upstream.conf** - Common upstream settings

2
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/`

4
src/modules/README.md

@ -1 +1,3 @@
1. **system** - includes install and remove scripts for EasyEngine [ee] modules. (ee system install/remove)
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.

2
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

14
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
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

2
templates/nginx/html/README.md

@ -1 +1 @@
1. **basic.conf** - HTML NGINX Configuration file.
1. **basic.conf** - HTML NGINX configuration file.

2
templates/nginx/mysql/README.md

@ -1 +1 @@
1. **basic.conf** - MYSQL NGINX CONFIGURATION
1. **basic.conf** - MYSQL NGINX configuration

2
templates/nginx/php/README.md

@ -1 +1 @@
1. **basic.conf** - PHP NGINX CONFIGURATION file.
1. **basic.conf** - PHP NGINX configuration file.

8
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.
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.

8
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.
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.
Loading…
Cancel
Save