for testing the app internally (specifically the c...
# contributing-to-airbyte
c
for testing the app internally (specifically the case where we want john to be able to test the ui) seems like there are two options: 1. just write up instructions for how to set it up and run it locally (with docker, etc) 2. host it on our gcp or aws infra so that john can interact with it just via some url has anyone thought about this already? probably just going to do 1 to get john up and running this afternoon 2, but i think 2 might be a good thing for us to set up in the future.
u
I think I'd go for 1 for now. Easier to have a pull & docker-up workflow
u
but separately I think 2 is actually a great thing to setup and even potentially make public
u
guys 🙂
u
for instant try out
u
we have it already
u
it is in our documentation
u
git clone & docker compose
u
that's a good exercise for @John (Airbyte) to try to follow these instructions (might need to do the VERSION=dev hack though
u
I think having #2 would make it so that we have to feel the happiness (or pain) of continuously managing/deploying the app
u
so that's the thing we might need to document
u
@John (Airbyte) do you want to try to follow our public instructions and see how it goes?
u
sure let's do that
u
I was able to. pretty easy actually. my only comment was that it would be great to have an indicator in the terminal once the app is finished loading (after the 100 lines of "dataline-scheduler")
u
great!