Quick links: Content - sections - sub sections
EN FR

Trace: 1.7

Wiki: Sitemap - Recent Changes - Back link

This is an old revision of the document!


1.7 branch

The latest release of the 1.7 branch is 1.7.17. (see the changelog).

Jelix is available under the LGPL licence. So you are free to install, to use, to modify and to distribute them. You can also use them to develop an application which is not free, although Jelix remains free and should be always redistributed under the terms of the LGPL licence.

End of life of this branch: December 2022.

To install Jelix, you should use Composer. Create a composer.json file, declare the jelix/jelix package or the jelix/jelix-standard package (it has more modules), with the version 1.7.17, and launch Composer to install the package. See the manual for details: Creating an application.

For example:

mkdir mynewproject
cd mynewproject
composer init
composer require jelix/jelix-standard:1.7.0

If you prefer to install Jelix with a traditional zip/tar.gz package, click on the following link:

This package contains Jelix and all vendors librairies (not need to install Composer).

important: when you update jelix, don’t forget to clean your application temp directory.

API Reference

en/download/stable/1.7.1568103293.txt.gz · Last modified: 2019/09/10 08:14 by laurent
Recent changes RSS feed Creative Commons License