Skip to content

Commit

Permalink
Light cleanup to Quickstart deploy guide. (#6446)
Browse files Browse the repository at this point in the history
Co-authored-by: Abhi Vaidyanatha <abhivaidyanatha@Abhis-MacBook-Pro.local>
  • Loading branch information
avaidyanatha and Abhi Vaidyanatha authored Sep 27, 2021
1 parent f25542a commit 2fe6166
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions docs/quickstart/deploy-airbyte.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,22 @@
# Deploy Airbyte

* Install Docker on your workstation \(see [instructions](https://www.docker.com/products/docker-desktop)\). Note: There is a known issue with docker-compose 1.27.3. If you are using that version, please upgrade to 1.27.4.
* After Docker is installed, you can immediately get started locally by running:
Deploying Airbyte just takes two steps.

1. Install Docker on your workstation \(see [instructions](https://www.docker.com/products/docker-desktop)\).

{% hint style="info" %}
Note: There is a known issue with docker-compose 1.27.3. If you are using that version, please upgrade to 1.27.4.
{% endhint %}

2. Run the following commands in your terminal:

```bash
git clone https://github.com/airbytehq/airbyte.git
cd airbyte
docker-compose up
```

* Once you see an Airbyte banner, the UI is ready to go at [http://localhost:8000](http://localhost:8000)!
Once you see an Airbyte banner, the UI is ready to go at [http://localhost:8000](http://localhost:8000)!

## FAQ

Expand Down

0 comments on commit 2fe6166

Please sign in to comment.