-
-
Notifications
You must be signed in to change notification settings - Fork 3
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
Failed to set up a developmenent environment #80
Comments
Thanks for reporting this @troopa81 . The development environment instructions need some updates indeed.
However, it's the version used both in staging and production. I will check it with a clean setup.
It seems like a migration error. Did you try to run
I think the fixtures used in I will add this issue to my work planning and come up with updated instructions for a clean development setup. |
Yes, this is weird indeed. Maybe staging and production machine have an old cached image and the new one is not working. But if you run this command docker run --rm --hostname my-rabbit --name some-rabbit -e RABBITMQ_DEFAULT_USER=user -e RABBITMQ_DEFAULT_PASS=password rabbitmq:3.7-alpine nothing happen. But if you replace with version 3.13.7-alpine, It works
Yes
Is this possible to access to this backups?
Thank you 🙏 |
I will push it along with the updated instructions for the development setup. However, it will just contain some mock data ( doesn't include the real data for security and size reasons) to easily start the development environment. |
Great, thanks 🙏 |
My pleasure 😊. |
I would like to implement the last bit of QEP qgis/QGIS-Enhancement-Proposals#287, the "Trigger linters on plugins.qgis.org" part.
I followed the given instructions to reproduce a development environment and stumble on different issues, some I managed to solve, some I didn't:
.env.template
in.env
to have the Makefile commands work. Maybe we should add it to the INSTALL.md instructionsrabbitmq:3.13.7-alpine
to have it workingand
It looks like the base is incomplete or not what the application expect. I populated using the command provided in INSTALL.md
Maybe it's best to restore a db dump, but I can't see none in the repository.
The text was updated successfully, but these errors were encountered: