Closed Qodestackr closed 1 year ago
I took a test from your team with a positive experience in a time I had to do alot on my side as well. But I still feel like coming back and continuing to help products here will also help me grow. I have a GIS related project for final year project(Swift Transit, GTFS and GIS in Kenya matatu sector).
So I'm aspiring to continue learning and I see this opportunity adding value on my side as well. I hope to make meaningful contributions. If there is any specific tasks or issues I could help work on that adds value to your team. I will appreciate if you delegate some to me and I will be committed(as open contributor) with my skills and what I learn along to support your success and the open source work you have been doing over the years.
@dimasciput , @EliVolsch , and @Indiphile (who I believe are active maintainers and will be instrumental to help me get started). Completing my exams by Tuesday then I will be ready.
Hi @Qodestackr
Thank you for creating this comment. I am sure @voogt will be able to give you some valuable insights here as she has been able to build a local instance of the project. We appreciate your willingness to assist and will be in contact with you for any assistance we might need on this project.
It doeirun with the error but ofcourse having this done can be helpful. I will see more of what I can contribute. 🤓
Typed Command:
[qodestackr@qodestackr-pc docker]$ sudo ./compose.py --compose-file docker-compose.yml --compose-file docker-compose.dev.yml up
Issue:
Error response from daemon: invalid mount config for type "bind": bind source path does not exist: /solr/schema.xml
I understand that this suggests that Docker is attempting to bind-mount a file or directory from the host system to the container, but the source path specified does not exist on the host. However, the file paths do.
The code section I believe is causing as issue is:
Please guide me on how I can get started, any file permission( things like:
grep docker /etc/group
which already returns :point_right:docker:x:962:
)Let me know anything I need to be aware of to get started.