Skip to content

Commit

Permalink
GITBOOK-29: No subject
Browse files Browse the repository at this point in the history
  • Loading branch information
DementevNikita authored and gitbook-bot committed Mar 16, 2023
1 parent 04b2888 commit 977977d
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 79 deletions.
4 changes: 1 addition & 3 deletions docs/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
* [Overview](README.md)
* [Architecture](Architecture.md)
* [Features](Features.md)
* [ODDRN-Generator](oddrn-generator.md)
* [Use cases](Use\_cases.md)
* [Data compliance for Data Scientists](dc\_data\_compliance.md)
* [Deprecation for Data Engineer \ Analyst](de\_deprecation.md)
Expand All @@ -14,8 +13,7 @@
## Configuration and Deployment

* [Try locally](configuration-and-deployment/trylocally.md)
* [Configure ODD Platform](configuration-and-deployment/odd-platform/README.md)
* [ODDRN-Generator](configuration-and-deployment/odd-platform/oddrn-generator.md)
* [Configure ODD Platform](configuration-and-deployment/odd-platform.md)
* [Enable security](configuration-and-deployment/enable-security/README.md)
* [Authentication](configuration-and-deployment/enable-security/authentication/README.md)
* [Disabled authentication](configuration-and-deployment/enable-security/authentication/disabled-authentication.md)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ SPRING_DATASOURCE_PASSWORD={database_password}
## Security
Please follow [enable-security](../enable-security/ "mention") section for enabling security in ODD Platform.
Please follow [enable-security](enable-security/ "mention") section for enabling security in ODD Platform.
## Select session provider
Expand Down Expand Up @@ -306,11 +306,11 @@ At the moment ODD Platform supports only Slack as a target messenger. It uses Sl

Go to the [Slack apps](https://api.slack.com/apps) website and click on `Create New App -> From an app manifest`

<figure><img src="../../.gitbook/assets/image (4).png" alt=""><figcaption><p>Creating an app</p></figcaption></figure>
<figure><img src="../.gitbook/assets/image (4).png" alt=""><figcaption><p>Creating an app</p></figcaption></figure>

Select a workspace you want to add an application to and click `Next`

<figure><img src="../../.gitbook/assets/image (7).png" alt=""><figcaption><p>Selecting a workspace to install application to</p></figcaption></figure>
<figure><img src="../.gitbook/assets/image (7).png" alt=""><figcaption><p>Selecting a workspace to install application to</p></figcaption></figure>

Enter the following manifest into the YAML section, replace the `<ODD_PLATFORM_BASE_URL>` with URL of your ODD Platform deployment and click `Next`

Expand Down Expand Up @@ -339,11 +339,11 @@ settings:
token_rotation_enabled: false
```

<figure><img src="../../.gitbook/assets/image (3).png" alt=""><figcaption><p>Inserting a YAML manifest</p></figcaption></figure>
<figure><img src="../.gitbook/assets/image (3).png" alt=""><figcaption><p>Inserting a YAML manifest</p></figcaption></figure>

Review your application's scopes and permissions and click `Create`
<figure><img src="../../.gitbook/assets/image (2).png" alt=""><figcaption><p>Reviewing scopes and permissions</p></figcaption></figure>
<figure><img src="../.gitbook/assets/image (2).png" alt=""><figcaption><p>Reviewing scopes and permissions</p></figcaption></figure>
Proceed with Slack instructions on how to install application into workspace and you should be good to go.
Expand All @@ -359,7 +359,7 @@ Following variables need to be defined:
* `datacollaboration.slack-oauth-token`: Slack application OAuth token used for communicating with Slack. Can be retrieved in the `OAuth & Permissions` section of a Slack application.\
<figure><img src="../../.gitbook/assets/image (2) (1).png" alt=""><figcaption><p>Retrieving OAuth Token</p></figcaption></figure>
<figure><img src="../.gitbook/assets/image (2) (1).png" alt=""><figcaption><p>Retrieving OAuth Token</p></figcaption></figure>
{% tabs %}
{% tab title="YAML" %}
Expand Down
33 changes: 0 additions & 33 deletions docs/configuration-and-deployment/odd-platform/oddrn-generator.md

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ You'd need to install Python 3.8+ in order to run this.
PLATFORM_HOST_URL=http://localhost:8080 APP_PATH=./docker/injector python docker/injector/inject.py
```

Now you should have ODD Platform with demo metadata injected at your disposal at `http://localhost:8080`. If you want to reconfigure default settings, please take a look at [Configure ODD Platform](../../configuration-and-deployment/odd-platform/) page.
Now you should have ODD Platform with demo metadata injected at your disposal at `http://localhost:8080`. If you want to reconfigure default settings, please take a look at [Configure ODD Platform](../../configuration-and-deployment/odd-platform.md) page.

### Run ODD Platform as a frontend engineer

Expand Down
36 changes: 0 additions & 36 deletions docs/oddrn-generator.md

This file was deleted.

0 comments on commit 977977d

Please sign in to comment.