@@ -9,10 +9,44 @@ Use this access to:
9
9
10
10
Should you find an issue in Page Builder functionality, please report it on GitHub.
11
11
12
+ ## GitHub installation only
13
+
14
+ ** The pre-release version of Page Builder MUST be installed by cloning the GitHub repos as described here.**
15
+
16
+ Before installing Page Builder, make sure you have:
17
+
18
+ * A local development installation of Magento Commerce 2.3+
19
+ * Access to the Page Builder repository
20
+ * [ npm package manager] ( https://www.npmjs.com/get-npm )
21
+
22
+ 1 . Clone the Page Builder repos into the root directory of your Magento Commerce 2.3+ installation:
23
+
24
+ ``` bash
25
+ git clone https://github.com/magento/magento2-page-builder
26
+ git clone https://github.com/magento/magento2-page-builder-ee
27
+ ```
28
+
29
+ 2. From the root directory of your Magento Commerce installation, use the ` dev/tools/build-ee.php` script to symlink ` magento2-page-builder` and ` magento2-page-builder-ee` repos into your Magento Commerce installation:
30
+
31
+ ` ` ` bash
32
+ php dev/tools/build-ee.php --command=link --ee-source=" magento2-page-builder" --ce-source=" ."
33
+ php dev/tools/build-ee.php --command=link --ee-source=" magento2-page-builder-ee" --ce-source=" ."
34
+ ` ` `
35
+
36
+ The results should look like this:
37
+
38
+ ! [Symlinks to Page Builder](docs/images/symlinked-pagebuilder.png)
39
+
40
+ 3. Enable the Page Builder module using the following command:
41
+
42
+ ` ` ` bash
43
+ bin/magento setup:upgrade
44
+ ` ` `
45
+
12
46
# # Developer documentation
13
47
14
48
We will update the developer documentation frequently during beta. Please use this link to access the latest updates:
15
- [ Page Builder developer documentation] ( https://devdocs.magedevteam.com/ds_pagebuilder /page-builder/getting-started/install-pagebuilder .html )
49
+ [Page Builder developer documentation](https://devdocs.magedevteam.com/72 /page-builder/docs/ getting-started/introduction .html)
16
50
17
51
# # Contribute to Page Builder
18
52
0 commit comments