1
0
mirror of synced 2026-01-12 06:02:57 -05:00
Files
airbyte/docs/quickstart/deploy-airbyte.md
Jimmy Ma c6b8279386 Add dependencies to docker-compose (#19321)
* Revert "Revert "Add dependencies to docker-compose (#19257)" (#19306)"

This reverts commit b16f28fd4d.

* Bump docker-compose version

* test

* Revert "test"

This reverts commit c3b28c9ec3.

* Bump docker compose version to 3.8

* test

* test

* Use a newer docker for platform build

* test

* Use docker compose v2

* Update docker for frontend e2e

* Use docker compose v2 for e2e tests

* Update tools to use docker compose v2

* Update more docker compose references to v2

* Update docker compose usage in docs

* Update deploying airbyte docs

* Fix permission

* Case insensistive check

* Add extra mention for docker compose in upgrading airbyte

* Improve upgrade docker note
2023-01-12 10:41:00 -08:00

1.4 KiB

Deploy Airbyte

Deploying Airbyte Open-Source just takes two steps.

  1. Install Docker on your workstation (see instructions). Make sure you're on the latest version of docker-compose.
  2. Run the following commands in your terminal:
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! You will be asked for a username and password. By default, that's username airbyte and password password. Once you deploy airbyte to your servers, be sure to change these in your .env file.

Alternatively, if you have an Airbyte Cloud invite, just follow these steps.

FAQ

If you have any questions about the Airbyte Open-Source setup and deployment process, head over to our Getting Started FAQ on our Discourse that answers the following questions and more:

  • How long does it take to set up Airbyte?
  • Where can I see my data once I've run a sync?
  • Can I set a start time for my sync?

If there are any questions that we couldn't answer here, we'd love to help you get started. Join our Slack and feel free to ask your questions in the #getting-started channel.