Hey Everyone! 1. I'm new to Airbyte, and want to i...
# announcements
j
Hey Everyone! 1. I'm new to Airbyte, and want to install it on testing server(VM). 2. After installation how am i suppose to run airbyte UI on local browser? Can you please help me with this?
1
c
what is your testing server (VM)?
j
Virtual Machine
c
sure so it is running on the same localhost machine where your local browser would be open on or is it a VM in the cloud?
j
it's in the cloud
and i have only terminal access for that.
c
you can follow the same instructions described here: https://docs.airbyte.io/deploying-airbyte/on-aws-ec2
GCP has same kind of steps but use a specialized gcloud tool in addition https://docs.airbyte.io/deploying-airbyte/on-gcp-compute-engine
j
Thanks a lot.👍
a
Hi @Chris (deprecated profile) - I was setting up Airbyte on AWS  by following the same instructions described here: https://docs.airbyte.io/deploying-airbyte/on-aws-ec2 But I wanted to set up on different port than default 8000. In the doc its mentioned to update API_URL in env file - So can you please help me what exactly needs to be added in docker-compose.yaml file? webapp:     image: airbyte/webapp:${VERSION}     container_name: airbyte-webapp     ports:       - 5000:80     environment:       - AIRBYTE_ROLE=${AIRBYTE_ROLE:-}       - AIRBYTE_VERSION=${VERSION}       - API_URL=${API_URL:-} I did tried to change ports section in webapp ports but when i tried to run UI on browser. Its opening Airbyte but giving error-
image.png