1
0
mirror of synced 2026-01-03 06:02:23 -05:00
Files
airbyte/docs/quickstart/deploy-airbyte.md
John Lafleur 01584a9eb2 Adding links to set up walkthrough in docs (#4120)
* Adding link to set up walkthrough in Home of Docs

* Adding walkthrough link in Getting started page
2021-06-15 14:50:18 +11:00

18 lines
700 B
Markdown

# 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:
```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)!
----
If you want to schedule a 20-min call with our team to get you set up, don't hesitate to select [some time here](https://calendly.com/nataliekwong/airbyte-onboarding).