{IT} - 3.3.1 Sviluppo
Copia le cartelle di CakePHP nella directory principale del tuo web server. Per esempio, se la directory principale del tuo web server è /var/www/html, la tua installazione di sviluppo assomiglierà a quanto segue:
- /var/www/html
- /cake_1_2
- /app
- /cake
- /docs
- /index.php
- /vendors
- /cake_1_2
Per vedere il risultato, digita nel browser http://www.example.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
- /cake_1_2
If your web server is configured correctly, you should now find your Cake application accessible at http://www.example.com/cake_1_2/.
Differences
| Lines: 1-19 | Lines: 1-18 | ||
| - | <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 <kbd>http://www.example.com/cake_1_2/</kbd>. We assume for the purposes of this example that your document root is set to <kbd>/var/www/html</kbd>.</p>r /><p>Unpack the contents of the Cake archive into <kbd>/var/www/html</kbd>. You now have a folder in your document root named after the release you've downloaded (e.g. <kbd>cake_1.2.0.7296-rc2</kbd>). Rename this folder to <kbd>cake_1_2</kbd>. Your development setup will look like this on the file system:</p> |
+ | <title>Sviluppo</title> <p>Copia le cartelle di CakePHP nella directory principale del tuo web server. Per esempio, se la directory principale del tuo web server &egrave; /var/www/html, la tua installazione di sviluppo assomiglierà a quanto segue:</p> |
| <ul> | <ul> | ||
| - | <li><kbd>/var/www/html</kbd> | + | <li>/var/www/html |
| <ul> | <ul> | ||
| - | <li><kbd>/cake_1_2</kbd> | + | <li>/cake_1_2 |
| <ul> | <ul> | ||
| - | <li><kbd>/app</kbd></li> <li><kbd>/cake</kbd></li> <li><kbd>/docs</kbd></li> <li><kbd>/vendors</kbd></li> <li><kbd>/index.php</kbd></li> |
+ | <li>/app</li> <li>/cake</li> <li>/docs</li> <li>/index.php</li> <li>/vendors</li> |
| </ul> | </ul> | ||
| </li> | </li> | ||
| </ul> | </ul> | ||
| </li> | </li> | ||
| </ul> | </ul> | ||
| - | <p>If your web server is configured correctly, you should now find your Cake application accessible at <kbd>http://www.example.com/cake_1_2/<kbd>. </p> | + | <p>Per vedere il risultato, digita nel browser http://www.example.com/cake_1_2/</p> |
