This doc is a guide for launching a virtual machine (VM) and setting up Airbyte, a data integration platform.
Before getting started, ensure that you have the following:
- A virtual machine (VM) instance ready to be launched.
- Docker installed on your VM. If not, you can follow the instructions https://github.com/docker/docker-install to install Docker.
- The Airbyte repository cloned on your VM. You can clone it from https://github.com/airbytehq/airbyte.
Follow these steps to install Airbyte:
- Launch your VM instance.
- Install Docker on your VM by following the instructions provided [here](https://github.com/docker/docker-install).
- Clone the Airbyte repository by running the following command: [git clone https://github.com/airbytehq/airbyte](git clone https://github.com/airbytehq/airbyte)
- Navigate to the cloned Airbyte directory:
- Follow the installation instructions provided in the Airbyte Quick Start guide.
To connect Airbyte with your browser, use the following command:
gcloud compute ssh --project "project_name" --zone "us-central1-a" <vm_name> -- -N -L 8000:localhost:8000
Replace "project_name" with your actual project name and <vm_name> with the name of your VM instance.
After completing the installation and connecting Airbyte, you can access Airbyte in your browser by visiting http://localhost:8000.