Skip to content

Commit 3cf2e07

Browse files
committed
MC-5710: Beta docs tutorial
Updated installation to include minimum stability setting
1 parent 1cfa1f4 commit 3cf2e07

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

docs/getting-started/install-pagebuilder.md

+11-4
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,27 @@ You must be an active member in the Page Builder EAP program and have submitted
66

77
## Installation steps
88

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+
912
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.**
1013

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:
1220
```
1321
composer require magento/page-builder-commerce
1422
```
1523
16-
3. Enable the module within Magento:
24+
4. Enable the module within Magento:
1725
``` sh
1826
bin/magento setup:upgrade
1927
```
2028
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).
2330
2431
## Updating
2532

0 commit comments

Comments
 (0)