Skip to content

Commit fc1f1b9

Browse files
author
Igor Melnikov
authored
Merge pull request #61 from magento-obsessive-owls/MAGETWO-91956-update-pagebuilder-installation-guide
[CMS Team 2 - Sprint 8] Update PageBuilder installation guide
2 parents 71b16cf + 9992c63 commit fc1f1b9

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

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

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,18 +32,19 @@ Use this method if you are testing and evaluating PageBuilder for your Magento s
3232

3333
### Prerequisites
3434

35-
* You submitted us MAGEID and github username and received access to 2.3 alpha and PageBuilder. If you didn't submit us github username with will send you an email and request it.
35+
* You submitted us MAGEID and github username and received access to 2.3 alpha and PageBuilder 100.0.0 alpha. If you didn't submit us github username with will send you an email and request it.
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 installed 2.3.0 alpha or Page Builder 100.0.0 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 Commerce package, run composer create-project --repository-url=https://repo.magento.com/ magento/project-enterprise-edition=2.3.0-alpha.
42+
Enter the access keys for your account (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 alpha
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 a new version of Page Builder is available, destroy your existing 2.3.0-alpha instance and follow the [composer](install.md#Composer installation) or [GitHub](install.md#GitHub installation) 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)