You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/00_Installation.md
+9-10Lines changed: 9 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,23 +1,22 @@
1
1
# Installation of the Studio Backend Bundle
2
2
3
-
:::info
4
-
5
-
This bundle is only supported on Pimcore Core Framework 11.
6
-
7
-
:::
8
-
9
3
## Bundle Installation
10
4
11
5
To install the Studio Backend Bundle, follow the four steps below:
12
6
7
+
1) Make sure prerequisites are met:
8
+
9
+
-[GenericExecutionEngineBundle](https://docs.pimcore.com/platform/Pimcore/Development_Tools_and_Details/Generic_Execution_Engine/) installed and activated
10
+
-[GenericDataIndexBundle](https://docs.pimcore.com/platform/Generic_Data_Index/Installation/) installed and activated
11
+
13
12
14
-
1) Install the required dependencies:
13
+
2) Install the required dependencies:
15
14
16
15
```bash
17
16
composer require pimcore/studio-backend-bundle
18
17
```
19
18
20
-
2) Enable Firewall settings
19
+
3) Enable Firewall settings
21
20
22
21
To enable the firewall settings in your project, add the following configuration to your `config/packages/security.yaml` file:
23
22
Keep in mind that the prefix part pimcore-studio/api can be changed to any other value in the config.
0 commit comments