{PT} - 3.3.1 Desenvolvimento

Apenas coloque seus arquivos do CakePHP no diretório público do seu servidor web (normalmente htdocs, www, public_html). Por exemplo, assumindo que o diretório público do seu servidor web seja /var/www/html, os arquivos devem ficar desta maneira:

  • /var/www/html
    • /cake_1_2
      • /app
      • /cake
      • /docs
      • /index.php
      • /vendors

Para ver a sua aplicação CakePHP, entre no link http://www.exemplo.com/cake_1_2/.

{EN} - 3.3.1 Development

A development installation is the fastest method to setup Cake. This example will help you install a CakePHP application and make it available at http://www.example.com/cake_1_2/. We assume for the purposes of this example that your document root is set to /var/www/html.

Unpack the contents of the Cake archive into /var/www/html. You now have a folder in your document root named after the release you've downloaded (e.g. cake_1.2.0.7296-rc2). Rename this folder to cake_1_2. Your development setup will look like this on the file system:

  • /var/www/html
    • /cake_1_2
      • /app
      • /cake
      • /docs
      • /vendors
      • /index.php

If your web server is configured correctly, you should now find your Cake application accessible at http://www.example.com/cake_1_2/.

Diferenças

Lines: 1-19Lines: 1-17
-<title>Development</title>
<p>A development installation is the fastest method to setup Cake. This example will help you install a CakePHP application and make it available at http://www.example.com/cake_1_2/. We assume for the purposes of this example that your document root is set to /var/www/html.</p><br />&lt;p>Unpack the contents of the Cake archive into /var/www/html. You now have a folder in your document root named after the release you've downloaded (e.g. cake_1.2.0.7296-rc2). Rename this folder to cake_1_2. Your development setup will look like this on the file system:</p>
+<title>Desenvolvimento</title>
<p>Apenas coloque seus arquivos do CakePHP no diretório público do seu servidor web (normalmente htdocs, www, public_html). Por exemplo, assumindo que o diretório público do seu servidor web seja /var/www/html, os arquivos devem ficar desta maneira:<p>
 <ul> <ul>
- <li>/var/www/html
<ul>
<li>/cake_1_2
<ul>
<li>/app</li>
<li>/cake</li>
<li>/docs</li>
<li>/vendors</li>
<li>/index.php</li>
</ul>
</li>
</ul>
</li>
+<li>/var/www/html
<ul>
<li>/cake_1_2
<ul>
<li>/app</li>
<li>/cake</li>
<li>/docs</li>
<li>/index.php</li>
<li>/vendors</li>
</ul></li>
</ul></li>
</li>
 </ul> </ul>
-<p>If your web server is configured correctly, you should now find your Cake application accessible at http://www.example.com/cake_1_2/. </p> +<p>Para ver a sua aplicação CakePHP, entre no link http://www.exemplo.com/cake_1_2/.</p>