@@ -13,9 +13,8 @@ implementing the MediaBundle interfaces.
13
13
Installation
14
14
~~~~~~~~~~~~
15
15
16
- 1. *FMElfinderBundle * - Follow the installation instructions from the
17
- `FMElfinderBundle documentation `_.
18
- 2. *FMElfinderBundle * - Use the MediaBundle adapter:
16
+ 1. Install the FMElfinderBundle according to the `FMElfinderBundle documentation `_.
17
+ 2. Configure the FMElfinderBundle to use the MediaBundle adapter:
19
18
20
19
.. configuration-block ::
21
20
@@ -74,8 +73,15 @@ Installation
74
73
),
75
74
));
76
75
77
- 3. *LiipImagineBundle * - When using LiipImagineBundle, add an imagine filter
78
- for the thumbnails:
76
+ .. note ::
77
+
78
+ The driver service depends on your storage layer. For now, the MediaBundle
79
+ only provides a PHPCR driver. To make the above configuration work, you
80
+ need to enable PHPCR either globally on ``cmf_core.persistence:phpcr `` or,
81
+ if you only use the MediaBundle, directly on the bundle at
82
+ ``cmf_media.persistence.phpcr ``.
83
+
84
+ 3. When using the LiipImagineBundle, add an imagine filter for the thumbnails:
79
85
80
86
.. configuration-block ::
81
87
@@ -131,7 +137,7 @@ Installation
131
137
),
132
138
));
133
139
134
- 4. Test the elFinder browser by navigating to: http://localhost:8000 /app_dev.php/elfinder
140
+ 4. Test the elFinder browser by navigating to: http://<yoursite> /app_dev.php/elfinder
135
141
136
142
.. _`elFinder` : http://elfinder.org
137
143
.. _`FMElfinderBundle` : https://github.com/helios-ag/FMElfinderBundle
0 commit comments