-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Clarify local development setup for contributors #11
Comments
Ran into:
Had to upgrade starlette per this source: |
So it's now getting clear that I don't actually want to develop running the app with the |
Seems like there will be numerous changes to the The only other option that comes to mind is to run a build locally every set of changes, and make the |
So I think i've got it going the main thing required is to update the I chose arbitrary port forward numbers as I already have some of these databases installed locally docker-compose.yaml
configs/config.json
|
Relates to Issue #23 |
So after commenting out the
brickserver
container from the docker-compose.yml and running:sh docker/start.sh
I get:So I
docker exec -it brickserver /bin/bash
and found the file in the container because I couldn't divine where it came from via the image...My goal is to run the three other containers (mongo/postgres/virtuoso) as images and develop locally on the application layer. I'll post other issues I run into here hopefully to streamline the solutions eventual PR.
The text was updated successfully, but these errors were encountered: