Skip to content

Commit

Permalink
Fix EZP-24116: Add instructions to install Legacy
Browse files Browse the repository at this point in the history
  • Loading branch information
andrerom committed Mar 16, 2015
1 parent a4d0176 commit aec6ace
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions INSTALL.md
Expand Up @@ -51,6 +51,8 @@

2. *Only for *NIX users* **Setup folder rights**:

*Skip to step #3 if you plan to install LegacyBridge and eZ Publish Legacy with this installation!*

One common issue is that the `ezpublish/cache`, `ezpublish/logs` and `ezpublish/config` directories **must be writable both by the web server and the command line user**.
If your web server user is different from your command line user, you can run the following commands just once in your project to ensure that permissions will be set up properly.

Expand Down Expand Up @@ -95,13 +97,18 @@
$ sudo find {ezpublish/{cache,logs,config,sessions},web} -type d | sudo xargs chmod -R 777
$ sudo find {ezpublish/{cache,logs,config,sessions},web} -type f | sudo xargs chmod -R 666
```
3. *Optional* **Install LegacyBridge and eZ Publish Legacy**:

eZ Platform, unlike eZ Publish 5.x, does not come with eZ Publish Legacy (the updated version of eZ Publish 4.x).
For the time being it is still possible to run Legacy side by side with eZ Platform, further instructions here:
https://doc.ez.no/display/EZP/Installing+eZ+Publish+Legacy+on+top+of+eZ+Platform

3. *Optional* **Configure a VirtualHost**:
4. *Optional* **Configure a VirtualHost**:

See: https://confluence.ez.no/display/EZP/Virtual+host+setup


4. **Run installation command**:
5. **Run installation command**:

You may now complete the eZ Platform installation with ezplatform:install command, example of use:

Expand Down

0 comments on commit aec6ace

Please sign in to comment.