Darvy Betances
10/21/2024, 4:23 AMuser
10/21/2024, 4:23 AMgit clone --depth=1 <https://github.com/airbytehq/airbyte.git> cd airbyte
3. Start Airbyte using the provided script: ./run-ab-platform.sh
4. Visit <http://localhost:8000>
in your browser. 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: # Proxy Configuration # Set to empty values, e.g. "" to disable basic auth BASIC_AUTH_USERNAME=your_new_username_here BASIC_AUTH_PASSWORD=your_new_password_here
5. Start moving some data! Please note that these instructions have been tested on MacOS, Windows 10, and Ubuntu 22.04. If you encounter any issues, you can refer to the [deployment troubleshooting guide](https://docs.airbyte.com/deploying-airbyte/troubleshoot-deploy). Source: [Airbyte Docker Compose Deployment](https://docs.airbyte.com/deploying-airbyte/docker-compose)