hiwot tadese
02/08/2025, 6:57 PMkapa.ai
02/08/2025, 6:57 PMbash git clone <https://github.com/airbytehq/airbyte.git>
3. Navigate to the Airbyte directory: bash cd airbyte
4. Run the following command to start Airbyte: bash ./run-ab-platform.sh
This script will automatically download and use the necessary Docker Compose files to set up Airbyte. It's important to note that the process has been updated recently. According to the [OSS Quickstart guide](https://docs.airbyte.com/using-airbyte/getting-started/oss-quickstart), Airbyte now recommends using the abctl
command instead of directly working with Docker Compose files. This new method simplifies the setup process and ensures you're using the most up-to-date configuration. If you specifically need to examine or modify the Docker Compose file, you can find it in the Airbyte repository after cloning. However, for standard usage, it's recommended to follow the official quickstart guide and use the provided scripts and commands.