From 5d036150d8f54a78a15b813886d93cf117bc300f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20R=2E?= Date: Thu, 26 Mar 2015 15:20:48 +0100 Subject: [PATCH] Improve install to clarify archive & composer use - Specifies that archives are the once from share.ez.no (as tags don't contain vendors, and are for composer use) - Also improve & simplify the composer create-project instructions --- INSTALL.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index b8f375601d..36f2422c9a 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -20,7 +20,7 @@ 1. **Get eZ Platform**: - A. **Archive** (tar/zip) + A. **Archive** (tar/zip) *from http://share.ez.no/downloads/downloads* Extract the eZ Platform 15.01(or higher) archive to a directory, then execute post install scripts: @@ -41,13 +41,16 @@ ```bash curl -s http://getcomposer.org/installer | php - php -d memory_limit=-1 composer.phar create-project --no-dev --prefer-dist ezsystems/ezplatform + php -d memory_limit=-1 composer.phar create-project --no-dev ezsystems/ezplatform [] cd // ``` Options: - - ``: `dev-master` to get current development version (pre release), `v2015.01` to pick a specific release, otherwise skip it to get latest stable release. - - For core development change '--prefer-dist' to '--prefer-source' to get full git clones, and remove '--no-dev' to get things like phpunit and behat installed. + - ``: Optional, if ommited you'll get latests stable, examples for specifying: + - `dev-master` to get current development version (pre release) `master` branch + - `v0.5.0` to pick a specific release + - For core development: Add '--prefer-source' to get full git clones, and remove '--no-dev' to get things like phpunit and behat installed. + - Further reading: https://getcomposer.org/doc/03-cli.md#create-project 2. *Only for *NIX users* **Setup folder rights**: