Skip to content

Commit

Permalink
Update install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
emodric committed Feb 13, 2017
1 parent 7903bc0 commit 8862dde
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions Resources/doc/INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,6 @@ Optional requirements

* eZ Publish Legacy Stack with legacy eZ Tags 2.1 installed and configured.

### Notes about versions

Netgen Tags Bundle 2.2 can only be used with legacy eZ Tags 2.1, due to incompatible changes in `eztags` field type

Netgen Tags Bundle 2.1 can only be used with eZ Platform. Last version available for eZ Publish Community and eZ Publish Enterprise is 2.0.x

Netgen Tags Bundle 2.0 requires that you have `EzPublishLegacySearchEngineBundle` bundle activated in your kernel

Netgen Tags Bundle 1.1 can only be used with eZ Publish Enterprise 5.3 or later or eZ Publish Community Project 2014.05 or later.

Netgen Tags Bundle 1.0 can only be used with eZ Publish Enterprise 5.2 or eZ Publish Community Project 2013.07-2014.03 due to [changes in field type API](https://github.com/ezsystems/ezpublish-kernel/pull/429). If you have previous versions of eZ Publish, please use 0.9 version of Tags Bundle.

Installation steps
------------------

Expand All @@ -31,7 +19,7 @@ Installation steps
Run the following from your website root folder to install Netgen Tags Bundle:

```
$ composer require netgen/tagsbundle:^2.2
$ composer require netgen/tagsbundle:^3.0@beta
```

### Activate the bundle
Expand Down Expand Up @@ -79,7 +67,7 @@ $ php app/console cache:clear

### Install and dump assets

Run the following to correctly install and dump assets for admin UI:
Run the following to correctly install and dump assets for admin UI. Make sure to use the correct Symfony environment with `--env` parameter:

```bash
$ php app/console assets:install --symlink --relative
Expand Down

0 comments on commit 8862dde

Please sign in to comment.