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
+12-7Lines changed: 12 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -32,18 +32,19 @@ Use this method if you are testing and evaluating PageBuilder for your Magento s
32
32
33
33
### Prerequisites
34
34
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.
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 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.
4. Enable Page Builder module using the following command:
47
+
5. Enable Page Builder module using the following command:
47
48
``` sh
48
49
bin/magento setup:upgrade
49
50
```
@@ -55,7 +56,7 @@ Do not use this installation method for evaluation or production instances.
55
56
56
57
### Prerequisites
57
58
58
-
* A local development installation of Magento 2.3
59
+
* A local development installation of Magento 2.3.0 alpha
59
60
* Access to the PageBuilder repository
60
61
* [Yarn package manager]
61
62
@@ -78,6 +79,10 @@ Do not use this installation method for evaluation or production instances.
78
79
bin/magento setup:upgrade
79
80
```
80
81
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
+
81
86
## Installing Node.js dependencies
82
87
83
88
If you plan to contribute to Page Builder, you need to install Node.js dependencies to compile TypeScript.
0 commit comments