-
-
Notifications
You must be signed in to change notification settings - Fork 90
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
How-to have a Development-setup with docker #317
Comments
Thanks for reaching out, but it seems like you got something wrong: There's no docker-based dev-setup. |
Thanks for the fast answer. |
Exactly. |
I'm on the master branch.
with
Should I stay on the 0.1.3 tag or anything else ? |
I'm using Linux Mint 21.1 based on Ubuntu 22.04 |
Could you try with python 3.11 again please? |
I previously used pipenv with parameters :
And now with python3.11 freshly installed
Then I run
|
Try installing chardet. |
Maybe this issue should be closed (Because unable to install a full docker dev setup) ? |
A great guy drop me 2 files for en dev-end with docker :
And
And it works with :
|
Which component is affected?
dev environnment
Did the issue occur at ClassQuiz.de, or on a self-hosted instance?
On ClassQuiz.de
How can the issue be reproduced?
I try to hack some css to prettify some parts of ClassQuizz (I'm not a developper, just a geek who wants to make some small contributions to this coll project), but when run "pnpm dev", I dont know how to reach the dev result.
I have clone the repo (on master branch) and I can run the docker compose wich runs fine on localhost:8000
I just want to have a docker dev env to avoid depends problems.
But if I try to run a dev service, and I have no response from Vite...
Describe the bug (with screenshots if possible)
On the repo folder, I run :
docker compose up
And I can target the localhost:8000 and run the Classquiz instanc
I can come into the docker container with :
docker exec -it classquiz-frontend-1 bash
After install curl, I can touch :
which send :
But if I run (like I think with the manual):
I can see :
So I guess that the Dev Vite service is running on the port 5173, like netstat shows me :
But curl don't agree.
sends nothing.
Could help me please ?
A great guy suggest me to add a second docker-compose.dev.yaml with some lines specif for dev env, but it don't work.
Thanks a lot.
Device
Desktop
Operating System
Linux Mint
Browser
Firefox 120
The text was updated successfully, but these errors were encountered: