Kevin Ruprecht
05/15/2023, 8:35 PMdocker compose up -d
. parsing /home/xxxxxxxxxx/airbyte/docker-compose.yaml: Non-string key at top level: 404
kapa.ai
05/15/2023, 8:35 PMkapa.ai
05/15/2023, 8:36 PMKevin Ruprecht
05/15/2023, 8:46 PMkapa.ai
05/15/2023, 8:47 PMkapa.ai
05/15/2023, 8:52 PMKevin Ruprecht
05/15/2023, 8:58 PMkapa.ai
05/15/2023, 8:58 PMkapa.ai
05/15/2023, 8:59 PMdocker-compose
. You can find the installation instructions [here](https://www.docker.com/products/docker-desktop). 2. Run the following commands in your terminal to clone the Airbyte repository and start the platform: bash git clone <https://github.com/airbytehq/airbyte.git> cd airbyte ./run-ab-platform.sh
Once you see an Airbyte banner, the UI is ready to go at http://localhost:8000. The default username is airbyte
and the password is password
. Be sure to change these in your .env
file when deploying Airbyte to your servers. Source: [Deploy Airbyte](https://docs.airbyte.com/quickstart/deploy-airbyte)Kevin Ruprecht
05/15/2023, 9:35 PM