Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Light cleanup to Quickstart deploy guide. #6446

Merged
merged 1 commit into from
Sep 27, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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