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
Docker installation broken #300
Comments
Seems like the same issue, so i would like to provide additional information. Expected BehaviorLoading Current BehaviorScreenshotError message I got per mail
From the docker log
Steps to Reproduce (for bugs)
ContextInstallation using the Your Environment
|
I'm not sure why this started happening now, to be honest. I changed |
I have updated the Dockerfile again, and it ought to be fixed. I'll also update the documentation to show that installation via |
I checked out the release v0.4.1. There is an immense amount of error message if i try to access the images: This is from the docker:
This is from the nginx (addresses redacted):
Same setup as in the previous issue. |
During docker build i get these weird errors: docker build --no-cache -t pretalx/pretalx . Version: HEAD
|
I've encountered the same issue when deploying with docker. I only see a page with "Internal Server Error" |
I got it working with ade00e8 Please also see the updated documentation. |
Since both @loelkes and I got the docker setup to work independently, I'll close this as fixed. |
I've tried it again with the current master. I still have the same problem. Is there a public docker container which I could use? |
No, there is no public docker container. If this issue persists, I'll probably rather withdraw the Dockerfiles and installation guide. I'm not familiar enough with Docker to remotely debug other peoples' issues with it, and I won't pretend to offer an installation method I can't/won't support. |
I also tried installation with pip, but I'm on a debian stable and afaik python3.6 is not yet available in the main repositories. |
First of all, I never used Django before, so the issue I encountered might sound obvious, sorry for that.
I tried to install pretalx from the docker documentation (https://docs.pretalx.org/en/latest/administrator/simple_docker.html)
Expected Behavior
Loading
https://<url>/
and seeing a page with content.Current Behavior
Blank page.
Error log:
I never tried to open
https://<url>/orga
(btw, maybe redirecting to/orga
when there are no CFP defined)Possible Solution
Recommend a tagged version of pretalx (i.e. v0.2.2) in the documentation instead of master.
Your Environment
The text was updated successfully, but these errors were encountered: