forked from opensearch-project/reporting
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update dev doc for new repo (opensearch-project#18) (opensearch-proje…
…ct#20) Signed-off-by: Rupal Mahajan <[email protected]> Signed-off-by: Rupal Mahajan <[email protected]> (cherry picked from commit 7bb7e2ba2b06787bbacd75db642b5aa817deae98) Co-authored-by: Rupal Mahajan <[email protected]>
- Loading branch information
1 parent
d2f1775
commit 0de6faf
Showing
1 changed file
with
4 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,13 +24,10 @@ another JDK installation, e.g. `RUNTIME_JAVA_HOME=/usr/lib/jvm/jdk-8`. | |
1. Create a `plugins` directory inside the OpenSearch Dashboards source code directory, if `plugins` directory doesn't exist. | ||
1. Check out this package from version control into the `plugins` directory. | ||
``` | ||
git clone [email protected]:opensearch-project/dashboards-reports.git plugins --no-checkout | ||
cd plugins | ||
echo 'dashboards-reports/*' >> .git/info/sparse-checkout | ||
git config core.sparseCheckout true | ||
git checkout dev | ||
git clone https://github.com/opensearch-project/dashboards-reporting.git | ||
``` | ||
1. Run `yarn osd bootstrap` inside `OpenSearch-Dashboards/plugins/dashboards-reports`. | ||
1. Run `yarn osd bootstrap` inside `OpenSearch-Dashboards/plugins/dashboards-reporting`. | ||
|
||
Ultimately, your directory structure should look like this: | ||
|
||
|
@@ -39,14 +36,14 @@ Ultimately, your directory structure should look like this: | |
. | ||
├── OpenSearch-Dashboards | ||
│ └──plugins | ||
│ └── dashboards-reports | ||
│ └── dashboards-reporting | ||
``` | ||
|
||
## Build | ||
|
||
To build the plugin's distributable zip simply run `yarn build`. | ||
|
||
Example output: `./build/reports-dashboards-0.0.1.zip` | ||
Example output: `./build/reports-dashboards-*.zip` | ||
|
||
## Run | ||
|
||
|