From 1fbc5fc301ec43b3811318c70ba1c2ccf0881562 Mon Sep 17 00:00:00 2001 From: RenzoF Date: Thu, 5 Jun 2014 21:09:32 +0100 Subject: [PATCH 1/8] Update to 22222 (tools) Added check to use acl.conf file for php files issue #259 --- usr/share/easyengine/nginx/22222 | 1 + 1 file changed, 1 insertion(+) diff --git a/usr/share/easyengine/nginx/22222 b/usr/share/easyengine/nginx/22222 index ce9764c5..855be015 100644 --- a/usr/share/easyengine/nginx/22222 +++ b/usr/share/easyengine/nginx/22222 @@ -32,6 +32,7 @@ server { } location ~ \.php$ { + include common/acl.conf; try_files $uri =404; include fastcgi_params; fastcgi_pass php; From ef2edafee0220cb4f61761d5a6f73346a7033d2a Mon Sep 17 00:00:00 2001 From: RenzoF Date: Thu, 5 Jun 2014 21:25:56 +0100 Subject: [PATCH 2/8] Update wpsc.conf WooCommerce add to cart breaks if the args are ignored so appending args to wpsc.conf file --- usr/share/easyengine/nginx/wp/wpsc.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/share/easyengine/nginx/wp/wpsc.conf b/usr/share/easyengine/nginx/wp/wpsc.conf index 41ea856f..30736e6b 100644 --- a/usr/share/easyengine/nginx/wp/wpsc.conf +++ b/usr/share/easyengine/nginx/wp/wpsc.conf @@ -32,7 +32,7 @@ server { # Use Cached Or Actual File If They Exists, Otherwise Pass Request To WordPress location / { - try_files /wp-content/cache/supercache/$http_host/$cache_uri/index.html $uri $uri/ /index.php; + try_files /wp-content/cache/supercache/$http_host/$cache_uri/index.html $uri $uri/ /index.php$args; } location ~ \.php$ { From 6605a5161f45774bf5ea468aeb8ea5c0f6c588ea Mon Sep 17 00:00:00 2001 From: Rahul Bansal Date: Mon, 9 Jun 2014 22:42:45 +0530 Subject: [PATCH 3/8] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index a606a88f..fb1f0739 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,15 @@ easyengine (ee) is a linux shell-script collection, which makes it easy to manage your wordpress sites running on nginx web-server. +## IMPORTANT UPDATE + +A new major release of EasyEngine is worked in `refactor branch` https://github.com/rtCamp/easyengine/tree/refactor + +We will publish reasons for the delay in next release soon. + +In any case, you can continue to use current version. It won't break! + + **EasyEngine currently supports:** - Ubuntu 12.04, 12.10, 13.10 & 14.04 From c4e123dfa1c5f2ae16bdc441b66216aae3272e94 Mon Sep 17 00:00:00 2001 From: Rahul Bansal Date: Mon, 9 Jun 2014 22:43:12 +0530 Subject: [PATCH 4/8] Update README.md --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index fb1f0739..bf337f02 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,12 @@ easyengine (ee) is a linux shell-script collection, which makes it easy to manage your wordpress sites running on nginx web-server. +**EasyEngine currently supports:** + +- Ubuntu 12.04, 12.10, 13.10 & 14.04 +- Debian 6, 7 + + ## IMPORTANT UPDATE A new major release of EasyEngine is worked in `refactor branch` https://github.com/rtCamp/easyengine/tree/refactor @@ -13,11 +19,6 @@ We will publish reasons for the delay in next release soon. In any case, you can continue to use current version. It won't break! -**EasyEngine currently supports:** - -- Ubuntu 12.04, 12.10, 13.10 & 14.04 -- Debian 6, 7 - ## Quick Start ```bash From f8b123e5b55d21af48ef76b8b3016f42a9602594 Mon Sep 17 00:00:00 2001 From: Rahul Bansal Date: Tue, 10 Jun 2014 16:52:32 +0530 Subject: [PATCH 5/8] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index bf337f02..b6ac2d44 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Travis Build Status](https://travis-ci.org/rtCamp/easyengine.svg "Travis Build Status")] (https://travis-ci.org/rtCamp/easyengine) -easyengine (ee) is a linux shell-script collection, which makes it easy to manage your wordpress sites running on nginx web-server. +EasyEngine (ee) is a linux shell-script collection, which makes it easy to manage your wordpress sites running on nginx web-server. **EasyEngine currently supports:** @@ -12,11 +12,11 @@ easyengine (ee) is a linux shell-script collection, which makes it easy to manag ## IMPORTANT UPDATE -A new major release of EasyEngine is worked in `refactor branch` https://github.com/rtCamp/easyengine/tree/refactor +A new major release of EasyEngine is worked in [`refactor branch`] ( https://github.com/rtCamp/easyengine/tree/refactor) ([*Read reasons for refactoring is here*] (https://rtcamp.com/easyengine-refueling/)) -We will publish reasons for the delay in next release soon. +You can continue to use current version. It won't break! -In any case, you can continue to use current version. It won't break! +We are also available for chatting at https://gitter.im/rtCamp/easyengine ## Quick Start From 5ba6afda5ef319451b672ee13fdd2a60df9befff Mon Sep 17 00:00:00 2001 From: RenzoF Date: Fri, 13 Jun 2014 07:48:33 +0100 Subject: [PATCH 6/8] Changed --review-history to --history #270 --- usr/local/sbin/easyengine | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/local/sbin/easyengine b/usr/local/sbin/easyengine index 86b43f09..3cd7e69f 100644 --- a/usr/local/sbin/easyengine +++ b/usr/local/sbin/easyengine @@ -628,7 +628,7 @@ COMMONMYSQL() sed -i "/endscript/,/}/d" /etc/logrotate.d/mysql-server echo -e " pt-query-digest --user=anemometer --password=$ANEMOMETERPASS \\" >> /etc/logrotate.d/mysql-server echo -e " --review D=slow_query_log,t=global_query_review \\" >> /etc/logrotate.d/mysql-server - echo -e " --review-history D=slow_query_log,t=global_query_review_history \\" >> /etc/logrotate.d/mysql-server + echo -e " --history D=slow_query_log,t=global_query_review_history \\" >> /etc/logrotate.d/mysql-server echo -e " --no-report --limit=0% --filter=\" \\\$event->{Bytes} = length(\\\$event->{arg}) and \\\$event->{hostname}="\\\"\$HOSTNAME\\\"\" /var/log/mysql/slow.log >> /etc/logrotate.d/mysql-server echo -e "\t\tendscript" >> /etc/logrotate.d/mysql-server echo -e "}" >> /etc/logrotate.d/mysql-server From f60c68e8a6456e2b6112115f428101873db9f690 Mon Sep 17 00:00:00 2001 From: RenzoF Date: Fri, 13 Jun 2014 07:49:29 +0100 Subject: [PATCH 7/8] Changed --review-history to --history #270 --- usr/local/sbin/eeupdate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/local/sbin/eeupdate b/usr/local/sbin/eeupdate index 6f069222..63750123 100644 --- a/usr/local/sbin/eeupdate +++ b/usr/local/sbin/eeupdate @@ -291,7 +291,7 @@ ANEMOMETER_INSTALL() sed -i "/endscript/,/}/d" /etc/logrotate.d/mysql-server echo -e " pt-query-digest --user=anemometer --password=$ANEMOMETERPASS \\" >> /etc/logrotate.d/mysql-server echo -e " --review D=slow_query_log,t=global_query_review \\" >> /etc/logrotate.d/mysql-server - echo -e " --review-history D=slow_query_log,t=global_query_review_history \\" >> /etc/logrotate.d/mysql-server + echo -e " --history D=slow_query_log,t=global_query_review_history \\" >> /etc/logrotate.d/mysql-server echo -e " --no-report --limit=0% --filter=\" \\\$event->{Bytes} = length(\\\$event->{arg}) and \\\$event->{hostname}="\\\"\$HOSTNAME\\\"\" /var/log/mysql/slow.log >> /etc/logrotate.d/mysql-server echo -e "\t\tendscript" >> /etc/logrotate.d/mysql-server echo -e "}" >> /etc/logrotate.d/mysql-server From 024a79fbdfcac6c57ad703e2d61d905aaa7d6245 Mon Sep 17 00:00:00 2001 From: Gaurav Ashtikar Date: Fri, 11 Jul 2014 19:51:30 +0530 Subject: [PATCH 8/8] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b6ac2d44..17dadafb 100644 --- a/README.md +++ b/README.md @@ -12,10 +12,12 @@ EasyEngine (ee) is a linux shell-script collection, which makes it easy to manag ## IMPORTANT UPDATE -A new major release of EasyEngine is worked in [`refactor branch`] ( https://github.com/rtCamp/easyengine/tree/refactor) ([*Read reasons for refactoring is here*] (https://rtcamp.com/easyengine-refueling/)) +A new major release of EasyEngine 2.0.0 is worked in [`refactor branch`] ( https://github.com/rtCamp/easyengine/tree/refactor) ([*Read reasons for refactoring is here*] (https://rtcamp.com/easyengine-refueling/)) You can continue to use current version. It won't break! +For Beta Testing you can use this link https://github.com/rtCamp/easyengine/wiki/Beta-Testing + We are also available for chatting at https://gitter.im/rtCamp/easyengine