Skip to content

Commit c89fb04

Browse files
Merge pull request #434 from magento-obsessive-owls/PB-471
PB-471: Update PB install docs
2 parents 96d3268 + f99f9bf commit c89fb04

File tree

2 files changed

+13
-10
lines changed

2 files changed

+13
-10
lines changed

docs/getting-started/install-pagebuilder.md

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ These installation instructions are only for contributors to the Page Builder co
77

88
Before installing Page Builder for making contributions, make sure you have the following prerequisites:
99

10-
- A local development installation of Magento Commerce 2.3.1 -- Use the installation instructions from the [DevDocs installation guide](https://devdocs.magento.com/guides/v2.3/install-gde/bk-install-guide.html).
11-
- Access to the private Page Builder repository
10+
- A local development installation of Magento Commerce 2.3.1+ -- Use the installation instructions from the [DevDocs installation guide](https://devdocs.magento.com/guides/v2.3/install-gde/bk-install-guide.html).
11+
- Access to the private Page Builder repository. You should participate in [Magento Partner Program](https://magento.com/partners/become) to have these permissions.
1212
- [npm package manager](https://www.npmjs.com/get-npm)
1313

1414
1. Clone the Page Builder repos into the root directory of your Magento Commerce 2.3+ installation:
@@ -21,8 +21,8 @@ Before installing Page Builder for making contributions, make sure you have the
2121
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:
2222
2323
```terminal
24-
php dev/tools/build-ee.php --command=link --ee-source="magento2-page-builder" --ce-source="."
25-
php dev/tools/build-ee.php --command=link --ee-source="magento2-page-builder-ee" --ce-source="."
24+
php dev/tools/build-ee.php --command=link --exclude=true --ee-source="magento2-page-builder" --ce-source="."
25+
php dev/tools/build-ee.php --command=link --exclude=true --ee-source="magento2-page-builder-ee" --ce-source="."
2626
```
2727
2828
The results should look like this:
@@ -46,7 +46,14 @@ If you plan to contribute to Page Builder, you need to install Node.js dependenc
4646
Navigate to the `pagebuilder` directory and install Page Builder dependencies using the following command:
4747
4848
```terminal
49-
cd pagebuilder && npm install
49+
cd <pagebuilder-git-folder>
50+
npm install
5051
```
5152

52-
After installing the npm packages, you can run `npm run start`. This command watches for changes to your TypeScript files, compiles, and checks for errors.
53+
After installing the npm packages, you can run:
54+
55+
```terminal
56+
npm run start
57+
```
58+
59+
This command watches for changes to your TypeScript files, compiles, and checks for errors.

docs/index.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,3 @@ The following topics will help you get started with Page Builder development:
2626
- [View Page Builder](getting-started/view-pagebuilder.md)
2727
- [Install Page Builder Examples](getting-started/install-pagebuilder-examples.md)
2828
- [Check out the User Guide](https://docs.magento.com/m2/ee/user_guide/cms/page-builder.html)
29-
30-
## Videos
31-
32-
<iframe title="Adobe Video Publishing Cloud Player" width="1024" height="576" src="https://video.tv.adobe.com/v/31596t4/?enable10seconds=on&quality=12&speedcontrol=on" frameborder="1" webkitallowfullscreen mozallowfullscreen allowfullscreen scrolling="no"></iframe>

0 commit comments

Comments
 (0)