Quick links: Content - sections - sub sections
EN FR

Trace:

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
en:download:stable:1.7 [2020/06/09 14:29] – [1.7 branch] laurenten:download:stable:1.7 [2024/04/25 17:03] (current) – [Support] laurent
Line 4: Line 4:
  
 The latest release of the 1.7 branch is **~~version 1.7~~**. (see [[en:changelog:1.7.x|the changelog]]).  The latest release of the 1.7 branch is **~~version 1.7~~**. (see [[en:changelog:1.7.x|the changelog]]). 
 +
 +
 +==== Licence ====
  
 Jelix is available under the [[http://www.gnu.org/licenses/lgpl.html|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. Jelix is available under the [[http://www.gnu.org/licenses/lgpl.html|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.+==== Support ==== 
 + 
 +  * Active support until December 2022.  
 +  * Security support until December 2023. 
 +  * See [[en:changelog|the policy of maintenance]] 
 + 
 +==== Download and installation ====
  
 To install Jelix, you should use [[https://getcomposer.org|Composer]]. Create a composer.json file, declare the @@jelix/jelix@@ package or the @@jelix/jelix-standard@@ package (it has more modules), with the version **~~version 1.7~~**, and launch Composer to install the package. See the manual for details: [[https://docs.jelix.org/en/manual-1.7/installation/create-application|Creating an application]]. To install Jelix, you should use [[https://getcomposer.org|Composer]]. Create a composer.json file, declare the @@jelix/jelix@@ package or the @@jelix/jelix-standard@@ package (it has more modules), with the version **~~version 1.7~~**, and launch Composer to install the package. See the manual for details: [[https://docs.jelix.org/en/manual-1.7/installation/create-application|Creating an application]].
Line 17: Line 26:
 cd mynewproject cd mynewproject
 composer init composer init
-composer require "jelix/jelix-standard:~1.7.2"+composer require "jelix/jelix-standard:~1.7.3"
 </code> </code>
  
Line 27: Line 36:
  
 **important:** when you update jelix, don’t forget to clean your application temp directory. **important:** when you update jelix, don’t forget to clean your application temp directory.
 +
 +===== Locales =====
 +
 +Jelix packages provide only english and french translations.
 +
 +To install other languages, download lang packages from https://download.jelix.org/jelix/langpacks/jelix-1.7/ .
 +
 +Unzip them into @@app/locales/@@ directory of the Jelix application you develop, or into @@var/locales@@ of a Jelix application you installed, as a user.
  
  

en/download/stable/1.7.1591712967.txt.gz · Last modified: 2020/06/09 14:29 by laurent

Recent changes RSS feed Creative Commons License