Skip to content

Commit

Permalink
GitBook: [#98] Miscellaneous
Browse files Browse the repository at this point in the history
  • Loading branch information
ShilpaVernekar authored and gitbook-bot committed Jun 6, 2022
1 parent 126431c commit 3d726c4
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
Binary file added .gitbook/assets/image (1) (2) (1).png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified .gitbook/assets/image (1) (2).png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified .gitbook/assets/image (1).png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified .gitbook/assets/image.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ description: >-
* Click on the **OAuth Consent Screen** available on the left-hand side panel.
* Choose User Type **Internal**.

![](<../../../.gitbook/assets/image (52) (2) (1) (1).png>)
![](../../../../.gitbook/assets/image.png)

* Once the user type is selected, provide the **App Information** and other details.
* Click **Save and Continue**.
Expand Down
2 changes: 1 addition & 1 deletion integrations/connectors/amundsen.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Click on the _Add New Service_ button to start the Service creation.

Select the service type which are available on the amundsen and create a service one by one. In this example we will need to create services for hive, dynamo db & deltalake. Possible service names are `athena, bigquery, db2, druid, delta, salesforce, oracle, glue, snowflake, hive` .

![](../../.gitbook/assets/image.png)
![](<../../.gitbook/assets/image (1).png>)

![Service Created](<../../.gitbook/assets/image (45).png>)

Expand Down
14 changes: 7 additions & 7 deletions overview/run-openmetadata.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@ Please ensure your host system meets the requirements listed below. Then continu

<summary>OSX and Linux</summary>

#### Python (version 3.8.0 or greater)
**Python (version 3.8.0 or greater)**

To check what version of Python you have, please use the following command.

```
python3 --version
```

#### Docker (version 20.10.0 or greater)
**Docker (version 20.10.0 or greater)**

[Docker](https://docs.docker.com/get-started/overview/) is an open platform for developing, shipping, and running applications that enables you to separate your applications from your infrastructure so you can deliver software quickly using OS-level virtualization to deliver software in packages called containers.
[Docker](https://docs.docker.com/get-started/overview/) is an open source platform for developing, shipping, and running applications. It enables you to separate your applications from your infrastructure, so you can deliver software quickly using OS-level virtualization. It helps deliver software in packages called Containers.

To check what version of Docker you have, please use the following command.

Expand All @@ -38,7 +38,7 @@ Note: You must **allocate at least 6GB of memory to Docker** in order to run Ope

Preferences -> Resources -> Advanced

#### `compose` command for Docker (version v2.1.1 or greater)
**`compose` command for Docker (version v2.1.1 or greater)**

The Docker `compose` package enables you to define and run multi-container Docker applications. The `compose` command integrates compose functions into the Docker platform, making them available from the Docker command-line interface (CLI). The Python packages you will install in the procedure below use `compose` to deploy OpenMetadata.

Expand All @@ -60,7 +60,7 @@ Docker Compose version v2.1.1

Note: In previous releases of Docker compose functions were delivered with the `docker-compose` tool. OpenMetadata uses Compose V2. Please see the paragraphs above for instructions on installing Compose V2.

#### Install Docker Compose Version 2.0.0 on Linux
**Install Docker Compose Version 2.0.0 on Linux**

Follow the [instructions here](https://docs.docker.com/compose/cli-command/#install-on-linux) to install docker compose version 2.0.0

Expand Down Expand Up @@ -93,13 +93,13 @@ Docker Compose version v2.2.3

<summary>Windows</summary>

#### WSL2, Ubuntu 20.04, and Docker for Windows
**WSL2, Ubuntu 20.04, and Docker for Windows**

1. Install [WSL2](https://ubuntu.com/wsl)
2. Install [Ubuntu 20.04](https://www.microsoft.com/en-us/p/ubuntu-2004-lts/9n6svws3rx71)
3. Install [Docker for Windows](https://www.docker.com/products/docker-desktop)

#### In the Ubuntu terminal
**In the Ubuntu terminal**

```
cd ~
Expand Down

0 comments on commit 3d726c4

Please sign in to comment.