-
-
Notifications
You must be signed in to change notification settings - Fork 17
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
Dockerized development #29
base: dev
Are you sure you want to change the base?
Conversation
Hi @Raruto it could be a clear solution, but I'm afraid it might become difficult to keep too many dockerization schema. I think it is best to discuss this in a call :). For the discussion of creating users and loading fixtures, I push a fix for it: g3w-suite/g3w-admin@fb45e5d. Please try the procedure again clearing before every docker volume and directories and let me know if you have any problems. |
I did some tests from scratch and now the database part seems to work, now I have some problem with the contents of the
I was hoping that those files wouldn't change so much often, but as you see, nothing definitive 😉 Raruto |
@Raruto |
Yes, I meant that on the wsl2 side I don't see its content even if you upload something through the g3w-suite uploader. To understand, also on the wsl2 side I can see the folder
Ok, thank you. Raruto |
For greater clarity I took what is needed to develop this library via docker directly from here: g3w-suite/g3w-suite-docker@8810468 * and moved it within this repository inside the
docker
folder.There are also other non-strictly related changes (some code refactoring), but before I go too far I send it as a draft so you can check if it's good enough already (or notify me of incorrect changes).
Closes: #26
* as @wlorenzetti knows actually that script works but does not create the default user and some other fixtures
Raruto