Quick links: Content - sections - sub sections
EN

Trace: jelix

This is an old revision of the document!


Jelix è distribuito sotto forma di archivio tar.gz o zip. Questo file contiene una directory jelix/lib con tutti i file del framework e le librerie necessarie, oltre ad una directory jelix/temp.

Estraete i file con un programma come winzip, unzip o tar.

  tar xvzf jelix_1.1.tar.gz

Otterrete la seguente struttura di directory:

jelix/
   lib/               
      jelix/          source of Jelix
      jelix-modules/  standard modules delivered with Jelix
      jelix-plugins/  standard plugins delivered with Jelix
      jelix-scripts/  command-line scripts that can help developer
      jelix-www/      web resources: javascript files, css, xul...
   temp/              Temporary files of Jelix applications.

La directory lib/ contiene ulteriori cartelle (non elencate), le quali which are additional libs, external to the jelix project and used by jelix : wikirenderer, JSON, difflib, phpMailer, etc.

For more safety, it is recommended to install these directories out of your website's public directory. You will also be able to share it with several applications. But that is not mandatory. We will admit thereafter that you copied these directories in a mysite/ directory.

You have to set write permissions to apache user on the temp directory.

You can now create or install a jelix application.

it/manuale-1.1/installation/jelix.1259604734.txt.gz · Last modified: 2009/11/30 18:12 by aiacoponi

Recent changes RSS feed Creative Commons License