Quick links: Content - sections - sub sections
EN

Trace:

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
en:tutorial:application-creation [2006/09/19 16:36] doublefaceen:tutorial:application-creation [2006/09/20 15:45] doubleface
Line 6: Line 6:
  
 We suppose that you installed Jelix as indicated on the [[en:manual:installation|installation]] page, and that you use the default configuration, without modiying the tree strucure. You must have installed PHP and PHP-CLI, as said in the same page, to use the jelix.php script. We suppose that you installed Jelix as indicated on the [[en:manual:installation|installation]] page, and that you use the default configuration, without modiying the tree strucure. You must have installed PHP and PHP-CLI, as said in the same page, to use the jelix.php script.
 +
  
 ===== Discovering Jelix-Scripts ===== ===== Discovering Jelix-Scripts =====
Line 33: Line 34:
 </code> </code>
  
 +
 +===== Creation of an application =====
 +
 +Let's begin to create our application. Jelix proposes a command for creating all the tree structure of an application : createapp. Type then :
 +
 +<code bash>
 +php jelix.php createapp
 +</code>
 +
 +You then get a actu.org/ directory, at the same level as the lib/ directory. Its content is :
 +
 +  actu.org/
 +     modules/      the modules owned by your application
 +     plugins/      the plugins owned by your application
 +     var/config/   the configuration files of your application
 +     var/log/      the eventual log files
 +     var/themes/   the different possible themes in your application
 +     var/overloads/ will contain the different files that you will have redefined, resulting from modules
 +     www/          the root of the site
 +
 +Check that the temp/actu.org directory, that you juste created has write permissions for the web server.

en/tutorial/application-creation.txt · Last modified: 2007/09/17 22:42 by 127.0.0.1

Recent changes RSS feed Creative Commons License