Trace:
Differences ¶
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
it:manuale-1.1:installation:applications [2009/12/01 21:39] – created aiacoponi | it:manuale-1.1:installation:applications [2010/02/06 18:57] (current) – aiacoponi | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | An application is available for download: TestApp. | + | Una applicazione è disponibile per il download: TestApp. |
- | We will take the TestApp | + | Prenderemo come esempio il programma |
+ | ===== Installare i file di una applicazione ===== | ||
- | ===== Installing the files of an application ===== | + | ==== Estrazione dei file ==== |
- | ==== Files extractions ==== | + | Quando l' |
- | When the testapp | + | |
+ | modules/ | ||
+ | responses/ | ||
+ | plugins/ | ||
+ | var/ tutti i file creati o modificati runtime dall' | ||
+ | | ||
+ | | ||
+ | www/ document root | ||
- | testapp/ | + | Copiando questa struttura |
- | modules/ | + | |
- | responses/ | + | |
- | plugins/ | + | |
- | var/ contain all the files created or that can be modified by Jelix during execution | + | |
- | | + | |
- | | + | |
- | www/ root of the site of the application (document root) | + | |
- | + | ||
- | Copy this directory | + | |
mysite/ | mysite/ | ||
Line 25: | Line 24: | ||
| | ||
- | The tree structure of the sources is by default organized in order to install the application on a server on which you can specify the public root directory of the site (document root). This directory is @@F@mysite/ | ||
- | You will of course be able to change the place of these directories if, for example, you cannot change the document root. We will see how to do this further. | + | Questo tipo di organizzazione del sorgente richiede necessariamente di poter specificare la directory pubblica del server web (document root) che, nel caso trattato, è appunto @@F@mysite/ |
+ | |||
+ | Naturalmente potrete cambiare la locazione di queste directory se, per esempio, non avete la possibilità di specificare arbritariamente dove collocare la directory pubblica del web server. In seguito verrà spiegato come fare. | ||
+ | |||
+ | Potete anche notare che i file del framework sono separati da quelli dell' | ||
- | You will notice that the files of the application and those of the framework are separated. This way, you can share the lib directory with several applications. | + | ==== Rinominare i file di configurazione ==== |
- | ==== Configuration files renaming ==== | + | Nella directory @@F@testapp/ |
+ | Rinominateli, | ||
+ | Successivamente modificateli in modo da adattare la configurazione alla vostra situazione (come ad esempio la configurazione del database contenuta in @@F@dbprofils.ini@@). | ||
- | In @@F@testapp/ | ||
+ | ==== Creare la directory temporanea ==== | ||
- | ==== Creating the temporary | + | Create la directory |
+ | Se la vostra applicazione contiene file @@F@*.init.php@@ simili a @@F@application.init.php@@ ma dichiaranti cartelle temporanee diverse, createle in accordo a tali indicazioni. | ||
- | Create the @@F@mysite/ | ||
- | ==== Configuring the application | + | ==== Configurare l' |
- | See the [[en: | + | Vedi il [[en: |