From 9b10c0c5f2c845480525c3f172e7258fdc8f8c02 Mon Sep 17 00:00:00 2001 From: Narendra Vaghela Date: Tue, 28 Feb 2017 22:27:48 +0530 Subject: [PATCH 1/5] Add reference to Oven - Fix #4687 --- en/installation.rst | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/en/installation.rst b/en/installation.rst index 1633af64f8..b3382b5f80 100644 --- a/en/installation.rst +++ b/en/installation.rst @@ -138,6 +138,25 @@ Be aware that is not recommended, as your application can break when the next ma version is being released. Additionally composer does not cache development branches, so it slows down consecutive composer installs/updates. +Installation using Oven +-------------------------------------------------- + +The another quick way to install CakePHP is `Oven `_. +It is a simple PHP script which installs the CakePHP application skeleton, checks the +necessary system requirements and setup the development environment. + +* Upload the oven.php to your server directory. +* Execute the oven.php via your browser and click on the big oven icon. + +Your CakePHP application is ready to go! + +.. note:: + + IMPORTANT: This is not a deployment script, it's aimed to help developers installing + CakePHP for the first time and get a working development environment up and running + in seconds. Production environments should consider several other factors, like + file permissions, virtualhost configuration, etc. + Permissions =========== From cf4d89a11db8b029ea85e15de21208f69550c8c1 Mon Sep 17 00:00:00 2001 From: Narendra Vaghela Date: Wed, 1 Mar 2017 18:29:39 +0530 Subject: [PATCH 2/5] Few changes --- en/installation.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/en/installation.rst b/en/installation.rst index b3382b5f80..180b364c9a 100644 --- a/en/installation.rst +++ b/en/installation.rst @@ -141,18 +141,18 @@ branches, so it slows down consecutive composer installs/updates. Installation using Oven -------------------------------------------------- -The another quick way to install CakePHP is `Oven `_. -It is a simple PHP script which installs the CakePHP application skeleton, checks the -necessary system requirements and setup the development environment. +Another quick way to install CakePHP is `Oven `_. +It is a simple PHP script which checks the +necessary system requirements, installs the CakePHP application skeleton and setup the development environment. * Upload the oven.php to your server directory. * Execute the oven.php via your browser and click on the big oven icon. -Your CakePHP application is ready to go! +After the installation completes, your CakePHP application is ready to go! .. note:: - IMPORTANT: This is not a deployment script, it's aimed to help developers installing + IMPORTANT: This is not a deployment script, it is aimed to help developers installing CakePHP for the first time and get a working development environment up and running in seconds. Production environments should consider several other factors, like file permissions, virtualhost configuration, etc. From 345760160330d350405e986fa61a8b20001a5cb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20W=C3=BCrth?= Date: Wed, 1 Mar 2017 18:28:55 +0100 Subject: [PATCH 3/5] Title and line breaks --- en/installation.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/en/installation.rst b/en/installation.rst index 180b364c9a..fdd3a903bc 100644 --- a/en/installation.rst +++ b/en/installation.rst @@ -139,11 +139,11 @@ version is being released. Additionally composer does not cache development branches, so it slows down consecutive composer installs/updates. Installation using Oven --------------------------------------------------- +----------------------- Another quick way to install CakePHP is `Oven `_. -It is a simple PHP script which checks the -necessary system requirements, installs the CakePHP application skeleton and setup the development environment. +It is a simple PHP script which checks the necessary system requirements, +installs the CakePHP application skeleton and setup the development environment. * Upload the oven.php to your server directory. * Execute the oven.php via your browser and click on the big oven icon. From ce802baa01c2c63451c5ef7ddfad47aa4c47c953 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20W=C3=BCrth?= Date: Wed, 1 Mar 2017 18:29:27 +0100 Subject: [PATCH 4/5] Wording --- en/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/installation.rst b/en/installation.rst index fdd3a903bc..6f262f80bb 100644 --- a/en/installation.rst +++ b/en/installation.rst @@ -143,7 +143,7 @@ Installation using Oven Another quick way to install CakePHP is `Oven `_. It is a simple PHP script which checks the necessary system requirements, -installs the CakePHP application skeleton and setup the development environment. +installs the CakePHP application skeleton and sets the development environment up. * Upload the oven.php to your server directory. * Execute the oven.php via your browser and click on the big oven icon. From 58d89e50b84d159022c009c67d629edec9128ce4 Mon Sep 17 00:00:00 2001 From: Narendra Vaghela Date: Wed, 1 Mar 2017 23:49:06 +0530 Subject: [PATCH 5/5] Remove the installation steps --- en/installation.rst | 3 --- 1 file changed, 3 deletions(-) diff --git a/en/installation.rst b/en/installation.rst index 6f262f80bb..08c1f4d519 100644 --- a/en/installation.rst +++ b/en/installation.rst @@ -145,9 +145,6 @@ Another quick way to install CakePHP is `Oven `_ It is a simple PHP script which checks the necessary system requirements, installs the CakePHP application skeleton and sets the development environment up. -* Upload the oven.php to your server directory. -* Execute the oven.php via your browser and click on the big oven icon. - After the installation completes, your CakePHP application is ready to go! .. note::