Skip to content

Commit

Permalink
[Install] Use "ezplatform" folder to make sure example on vhost confi…
Browse files Browse the repository at this point in the history
…g is correct across variants (.., ee, ..)
  • Loading branch information
andrerom committed Dec 21, 2017
1 parent 68bd60a commit 19ae396
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions INSTALL.md
Expand Up @@ -54,15 +54,15 @@ https://doc.ezplatform.com/en/latest/getting_started/install_using_composer/

```bash
$ curl -sS https://getcomposer.org/installer | php
$ php -d memory_limit=-1 composer.phar create-project ezsystems/ezplatform ezplatform2 ^2.0
$ cd /ezplatform2/
$ php -d memory_limit=-1 composer.phar create-project ezsystems/ezplatform ezplatform ^2.0
$ cd /ezplatform/
```

Arguments *(also see `composer create-project -h`)*:
- `<package>`: Distribution to install, `ezsystems/ezplatform` is a clean installs of eZ Platform, others:
- `ezsystems/ezplatform-demo`: Adds a demo site as an example of eZ Platform web site.
- `ezsystems/ezplatform-ee`: Commercial flavour that adds additional capabilities, see [ez.no](https://ez.no/Products/eZ-Platform-Enterprise-Edition).
- `<directory>`: Folder to extract to, if omitted same as package name. In example specificed to `ezplatform2`.
- `<directory>`: Folder to extract to, if omitted same as package name. In example specified to `ezplatform`.
- `<version>`: Optional, *when omitted you'll get latest stable*. Examples:
- `^2.0@beta`: To pick latests 2.x beta release, to pick latests 2.0.x release use `~2.0.0`.
- `v2.0.1` : To pick a specific tag, could also have been `v2.0.0-beta4`
Expand Down

0 comments on commit 19ae396

Please sign in to comment.