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: docs/getting-started/install-pagebuilder.md
+11-4
Original file line number
Diff line number
Diff line change
@@ -6,20 +6,27 @@ You must be an active member in the Page Builder EAP program and have submitted
6
6
7
7
## Installation steps
8
8
9
+
{: .bs-callout .bs-callout-info }
10
+
If you have had a previous version of Magento 2.3.0 or Page Builder installed you may need to clear your composer cache (`composer clearcache`) to ensure the latest packages of both versions are installed.
11
+
9
12
1. Upgrade an existing project to Magento 2.3.0 Commerce or install a fresh copy. Instructions for installation can be found [here](https://devdocs.magento.com/guides/v2.3/install-gde/bk-install-guide.html). **Use the MAGEID assigned to you when you signed up to the program.**
10
13
11
-
2. Navigate to the root of the project and require the `magento/module-page-builder-commerce` package:
14
+
2. Ensure your composer has `minimum-stability` set to `beta` as follows:
15
+
```
16
+
composer config minimum-stability beta
17
+
```
18
+
19
+
3. Navigate to the root of the project and require the `magento/module-page-builder-commerce` package:
12
20
```
13
21
composer require magento/page-builder-commerce
14
22
```
15
23
16
-
3. Enable the module within Magento:
24
+
4. Enable the module within Magento:
17
25
``` sh
18
26
bin/magento setup:upgrade
19
27
```
20
28
21
-
{: .bs-callout .bs-callout-info }
22
-
If you have had a previous version of Magento 2.3.0 or Page Builder installed you may need to clear your composer cache (`composer clearcache`) to ensure the latest packages of both versions are installed.
29
+
5. Activate Page Builder from the Admin UI as described in [Activate Page Builder](activate-pagebuilder.md).
0 commit comments