Hey guys, I'm unable to run airbyte locally. I've ...
# contributing-to-airbyte
s
Hey guys, I'm unable to run airbyte locally. I've been following https://github.com/airbytehq/airbyte/blob/master/docs/contributing-to-airbyte/developing-locally.md and these are the steps I took 1. cloned master 2.
docker-compose up
3. went to the airbyte interface and configured a source/destination, its working as expected 4. i stopped the server
docker-compose down server
5. and when i bring the server up with
./gradlew :airbyte-server:run
i have this error: https://gist.github.com/gordalina/480ee8cb9ceb942e318643dd800d3b00
u
are you ok doing docker-compose down -v ?
u
yup