Quick links: Content - sections - sub sections
EN FR

Trace:

Wiki: Sitemap - Recent Changes - Back link

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
Next revisionBoth sides next revision
en:download:stable:1.7 [2019/09/04 07:06] – [1.7 branch] laurenten:download:stable:1.7 [2020/06/09 14:29] – [1.7 branch] laurent
Line 9: Line 9:
 End of life of this branch: December 2022. End of life of this branch: December 2022.
  
 +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]].
  
 +For example:
  
-    * ~~download jelix 1.7~~+<code> 
 +mkdir mynewproject 
 +cd mynewproject 
 +composer init 
 +composer require "jelix/jelix-standard:~1.7.2" 
 +</code>
  
-This package contains Jelix and all vendors librairies (not need to install Composer).+If you prefer to install Jelix with a traditional zip/tar.gz package, click on the following link:
  
-If you prefer to use Composer, just create a composer.json file, declare the @@jelix/jelix@@ package 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]].+    * ~~download jelix 1.7~~
  
 +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. **important:** when you update jelix, don’t forget to clean your application temp directory.
en/download/stable/1.7.txt · Last modified: 2021/07/23 17:15 by laurent
Recent changes RSS feed Creative Commons License