Skip to content

Commit d124da2

Browse files
author
Igor Melnikov
committed
MAGETWO-91956: Update PageBuilder installation guide
- update installation steps
1 parent 5466f2f commit d124da2

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

app/code/Magento/PageBuilder/docs/install.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,15 @@ Use this method if you are testing and evaluating PageBuilder for your Magento s
3636

3737
### Installation steps
3838

39-
1. Navigate to the root directory of your Magento application
40-
2. Install 2.3 alpha, run composer create-project --repository-url=https://repo.magento.com/ magento/project-enterprise-edition=2.3.0-alpha20
41-
Enter keys that you crated in your account (go to Marketplace / My Profile / Access Keys)
42-
3. Install Page Builder
39+
1. If you have a previous 2.3.0 alpha or Page Builder alpha version installed, run `composer clearcache` before installing again. If you don’t clear the cache, Composer will not download the latest alpha release from the repo. It will instead use your locally cached packages.
40+
2. Navigate to the directory where you want to install Magento and Page Builder.
41+
3. Install 2.3.0 alpha, run composer create-project --repository-url=https://repo.magento.com/ magento/project-enterprise-edition=2.3.0-alpha.
42+
Enter keys that you created in your account (go to Marketplace / My Profile / Access Keys)
43+
4. Install Page Builder
4344
``` sh
4445
composer require magento/module-page-builder-commerce
4546
```
46-
4. Enable Page Builder module using the following command:
47+
5. Enable Page Builder module using the following command:
4748
``` sh
4849
bin/magento setup:upgrade
4950
```
@@ -55,7 +56,7 @@ Do not use this installation method for evaluation or production instances.
5556

5657
### Prerequisites
5758

58-
* A local development installation of Magento 2.3
59+
* A local development installation of Magento 2.3.0
5960
* Access to the PageBuilder repository
6061
* [Yarn package manager]
6162

@@ -78,6 +79,10 @@ Do not use this installation method for evaluation or production instances.
7879
bin/magento setup:upgrade
7980
```
8081

82+
## Update steps
83+
84+
When the new version of Page Builder available, destroy 2.3.0 alpha instance with Page Builder and follow installation steps.
85+
8186
## Installing Node.js dependencies
8287

8388
If you plan to contribute to Page Builder, you need to install Node.js dependencies to compile TypeScript.

0 commit comments

Comments
 (0)