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
+50-4Lines changed: 50 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,7 @@
8
8
1.[Composer installation](#composer-installation)
9
9
1.[GitHub installation](#github-installation)
10
10
1.[Activation](#activation)
11
+
1.[Troubleshooting](#troubleshooting)
11
12
3.[Contribution guide]
12
13
4.[Developer documentation]
13
14
5.[Roadmap and known issues]
@@ -32,13 +33,22 @@ Use this method if you are testing and evaluating PageBuilder for your Magento s
32
33
33
34
### Prerequisites
34
35
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
+
* You submitted your MAGEID and github username and received access to 2.3 alpha and PageBuilder 100.0.0 alpha.
37
+
If you didn't submit this information, send us an email to request access.
36
38
37
39
### Installation steps
38
40
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.
41
+
1. If you already have 2.3.0 alpha or Page Builder 100.0.0 alpha version installed, run the following command before installing again:
42
+
```sh
43
+
composer clearcache
44
+
```
45
+
If you don’t clear the cache, Composer will not download the latest alpha release from the repo and will use the local, cached packages instead.
40
46
2. Navigate to the directory where you want to install Magento and Page Builder.
Enter the access keys for your account (Marketplace / My Profile / Access Keys)
43
53
4. Install Page Builder
44
54
``` sh
@@ -104,4 +114,40 @@ Follow these steps to activate PageBuilder in the Admin:
104
114
2. In the **Stores** tab, select**Configuration** under the Settings group.
105
115
3. In the **General** group on the page, select**Content Management**.
106
116
4. Under **Advanced Content Tools**, select**Yes**for**Enable Page Builder**.
107
-
5. Click **Save Config**
117
+
5. Click **Save Config**
118
+
119
+
## Troubleshooting
120
+
121
+
### Common access problems
122
+
123
+
If you are having trouble installing PageBuilder, please verify that the `MAGEID` account you provided for the Early Access Program (EAP) belongs to an active Magento partner account.
124
+
125
+
**Note:**
126
+
*Your company may have multiple Magento accounts, and only one or two may be active.*
127
+
*Ask your company to provide you with an active Magento account.*
128
+
129
+
Log into www.magento.com and see if the **Support** and **Downloads** tabs are available.
130
+
131
+

132
+
133
+
If these tabs do not appear in your Magento account, it is not an active Magento partner account, and
134
+
you will not be able to access PageBuilder.
135
+
136
+
If you provided incorrect `MAGEID` by mistake and have another one that is valid, please resubmit this form:
137
+
https://goo.gl/forms/unvuDikl9wydmKt12
138
+
139
+
### Errors
140
+
141
+
If you run into any of the following errors:
142
+
143
+
```
144
+
Could not find package magento/project-enterprise-edition with version 2.3.0-alpha.
145
+
```
146
+
```
147
+
Could not find a matching version of package magento/module-page-builder-commerce. Check the package spelling, your version constraint and that the package is available in a stability which matches your minimum-stability (stable).
148
+
```
149
+
150
+
Check your composer keys in the `auth.json` file.
151
+
If these keys are correct and you still encounter these errors, please contact [Olena Tkacheva].
0 commit comments