From f435a514cd0597108cec95b5febdc105b0e16302 Mon Sep 17 00:00:00 2001 From: Ludovic Pouzenc Date: Wed, 1 Aug 2012 18:18:44 +0000 Subject: Copie des sources du poc01 pour un poc02 et ajout d'un CakePHP git-svn-id: file:///var/svn/2012-php-weave/trunk@4 d972a294-176a-4cf9-8ea1-fcd5b0c30f5c --- .../src/vendor/cake_1.1.20.7692/docs/INSTALL.txt | 40 ++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 poc/poc02-compiling-cake/src/vendor/cake_1.1.20.7692/docs/INSTALL.txt (limited to 'poc/poc02-compiling-cake/src/vendor/cake_1.1.20.7692/docs/INSTALL.txt') diff --git a/poc/poc02-compiling-cake/src/vendor/cake_1.1.20.7692/docs/INSTALL.txt b/poc/poc02-compiling-cake/src/vendor/cake_1.1.20.7692/docs/INSTALL.txt new file mode 100644 index 0000000..47698fc --- /dev/null +++ b/poc/poc02-compiling-cake/src/vendor/cake_1.1.20.7692/docs/INSTALL.txt @@ -0,0 +1,40 @@ +/////////////////////////////////////////////////////////////////////////////////////////////////////////// +// +---------------------------------------------------------------------------------------------------+// +// + $Id: INSTALL.txt 4409 2007-02-02 13:20:59Z phpnut $ +// + Last Modified: $Date: 2007-02-02 08:20:59 -0500 (Fri, 02 Feb 2007) $ +// + Modified By: $LastChangedBy: phpnut $ +// +---------------------------------------------------------------------------------------------------+// +/////////////////////////////////////////////////////////////////////////////////////////////////////////// + + +In order use CakePHP you must first have a server that has all the required libraries and programs to run CakePHP: + +Here are the requirements for setting up a server to run CakePHP: + + 1. An HTTP server (like Apache) with the following enabled. + 2. PHP 4.3.2 or greater. Yes, CakePHP works great in either PHP 4 or 5. + 3. A database engine (right now, there is support for MySQL, MsSQL, Oracle, Sqlite, PostgreSQL and a wrapper for ADODB). + +For development we can place the whole Cake installation directory inside the specified DocumentRoot. + + 1. Unpack latest distribution in your DocumentRoot. + 2. Rename the directory to anything you like. + 3. Access the install. + a. If mod_rewrite is working then http://www.example.com/my_directory + 1. If you receive a "Bad Request" add the trailing slash, http://www.example.com/my_directory/ + 4. If mod_rewrite is not working you will need to remove the comment from app/config/core.php + a. Around line 40: define ('BASE_URL', env('SCRIPT_NAME')); + b. Then access using http://www.example.com/my_directory/index.php/pages to verify installation is working + +For more information on installation see http://manual.cakephp.org/chapter/installing + +Good resources for help. +* The Bakery :: Everything CakePHP (http://bakery.cakephp.org/) +* CakePHP Manual :: Your Rapid Development Cookbook (http://manual.cakephp.org/) +* CakePHP API :: Docblock Your Best Friend (http://api.cakephp.org/) +* CakePHP Google Group :: Community mailing list (http://groups-beta.google.com/group/cake-php) +* CakePHP(tm) :: The Rapid Development Framework (http://www.cakephp.org/) +* CakeForge :: Open Development for CakePHP (http://cakeforge.org/) +* CakePHP Trac :: For the Development of CakePHP (Tickets, SVN browser, Roadmap, Changelogs) (https://trac.cakephp.org/) +* Live chat about CakePHP (irc.freenode.net #cakephp) + Web Interface to IRC (http://irc.cakephp.org/irc.htm) \ No newline at end of file -- cgit v1.2.3