-
Notifications
You must be signed in to change notification settings - Fork 9
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
Issues with docker installation #423
Comments
docker-compose up
fails with /klub-v/venv/bin/celery: no such file or directorydocker-compose up
fails with /klub-v/venv/bin/celery: no such file or directory
This is totally normal and expected behavior. We're launching cellery on first run, before it has been installed. The next bit in the readme where we do |
I can confirm that when i got all the way to the step It would be helpful if this is reflected in the documentation. Otherwise the failure is confusing. Now, the further step:
According to this stackoverflow answer I tried to set the environment variable with
(as written in but that fails with
So there seems to be a double issue:
How to resolve this? (btw I run into the same issue when installing without docker as well (as described in README of this project)) |
docker-compose up
fails with /klub-v/venv/bin/celery: no such file or directory
Vzorová lokální konfigurace je v .env-sample, stačí přejmenovat na .env a doplnit SECRET_KEY. |
Yeah,the README could use some cleanup |
Yes, we did that. As I mentioned before:
When you set up the project from scratch, it works for you out of the box? I wonder whether these are quirks of my local system (shouldn't be! it's docker. it should just work.), or whether you have some historical settings that new setups don't. |
I just tried setting up the project from scratch and indeed I noticed a number of issues with the README. Here are full up to date instructions https://youtu.be/KPfagaDdAKI |
Hopefully you can understand, I only figured out that there was a problem with microphone echo after I finished recording :/ |
@timthelion The screencast was indeed helpful with running the project. Thank you for making it. It may be useful to include the link to the video in README. The issues encountered in the screencast were very similar to the issues i encountered.
I think the last two points are not reflected in README. Otherwise IMO this issue can be closed. |
When we tried to install this application with docker, we encountered an error described below
Preparation
.env-sample
to.env
docker-compose build
docker-compose up
The issue:
The command
docker-compose up
fails with the following error:What we expect
docker-compose up
runs without failureDetails
The two attempts described below came from two different computers, but the error is the same. Therefore the error seems to be in this repository, not on our side.
(This can be reproduced on clean install. Not necessarily on rebuild.)
Error may refer to docker-compose.yaml (or not)
Error & log reported by @agatatalitatest (Debian or Ubuntu)
Error & log reported by @mrkvon (Arch Linux)
The text was updated successfully, but these errors were encountered: