Skip to content

Commit 79ff6a0

Browse files
committed
Merge branch 'develop' into MAGEDOC-3432
2 parents 0093a5e + 9c58907 commit 79ff6a0

File tree

4 files changed

+40
-5
lines changed

4 files changed

+40
-5
lines changed

README.md

Lines changed: 35 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,44 @@ Use this access to:
99

1010
Should you find an issue in Page Builder functionality, please report it on GitHub.
1111

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+
1246
## Developer documentation
1347

1448
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)
1650

1751
## Contribute to Page Builder
1852

docs/getting-started/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ See [Install Page Builder](install-pagebuilder.md)
7272

7373
### Other
7474

75-
* [Release notes](../CHANGELOG.md)
75+
* [Release notes](../release-notes.md)
7676
* [Component status](../comp-status2.md)
7777
* [Contribution guide](../../CONTRIBUTING.md)
7878

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ See [Install Page Builder](getting-started/install-pagebuilder.md)
7272

7373
### Other
7474

75-
* [Release notes](CHANGELOG.md)
75+
* [Release notes](release-notes.md)
7676
* [Component status](comp-status2.md)
7777
* [Contribution guide](https://github.com/magento/magento2-page-builder/blob/develop/CONTRIBUTING.md)
7878

docs/CHANGELOG.md renamed to docs/release-notes.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Changelog
1+
# Release Notes
22

33
## Beta 8 - February 19, 2019
44

@@ -81,4 +81,5 @@ Beta 7 has breaking changes due to renaming of several critical variables and pa
8181
* Degraded Parallax performance on storefront and in admin within some browsers. <!-- MC-5480 -->
8282
* Using Page Builder within a slide out form has a degraded experience.
8383
* Left-side panel will not scroll with the user.
84-
* Dragging and dropping can become broken due to another instance of Page Builder being loaded.
84+
* Dragging and dropping can become broken due to another instance of Page Builder being loaded.
85+

0 commit comments

Comments
 (0)