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: app/code/Magento/PageBuilder/docs/install.md
+11-6Lines changed: 11 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,14 +36,15 @@ Use this method if you are testing and evaluating PageBuilder for your Magento s
36
36
37
37
### Installation steps
38
38
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)
0 commit comments