-
Notifications
You must be signed in to change notification settings - Fork 22
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
Configuration of deployment installation #250
Comments
No, there is unfortunately no better guide. Is the cookie maybe old and not actually update in the browser? Was a secret key file properly generated by the code in |
@nomeata How can I check the secret key file? What would really help for the configuration is the directory structure on the kit server and the corresponding web services. Especially this section |
That part is pretty KIT-specific. If you just have one instance, just scrap the whole code and set |
Praktomat should automatically create a file |
I picked that particular commit now into our master: 6d8fdd2 Thanks @ifrh. @physikerwelt does this work for you now!?!? |
@mhecker I started with the test config. There the default values
work ok. |
Just now I saw, that there was a small typo in class D left. |
…t SECRET_KEY. (see KITPraktomatTeam#250 (comment) ) this fix had been overwritten between October 2018 and July 2019 by merging KITmaster into this branch https://github.com/ifrh/Praktomat/tree/bugfix_small_typos . remove trailing whitespaces (as requested in May 2017 KITPraktomatTeam#268 (comment) and November 2021 KITPraktomatTeam#268 (comment) )
Are information in README (update on 19. February 2022) now better? |
@physikerwelt : perhaps this issue could be closed? How do you think about closing it? |
Sure close it...too old |
@ratefuchs , @KITPraktomatTeam : this issue should be closed. (Sadly I cannot do it.) |
…d by merging "feature boxplot-taskstatistic" ( KITPraktomatTeam#345 ) . Update README.md to give more information about installation steps : Fixes KITPraktomatTeam#250 . Include change sets from KITPraktomatTeam#351 , KITPraktomatTeam#349 , KITPraktomatTeam#348
I only discovered a few minor issues (#244, #246, #247, #248) while testing the developer setup.
However, I got completely stuck with deployment setup.
Configure Praktomat in Praktomat/src/settings/local.py, to set data base names and paths.
turns out to be much harder than it seems.
After two days of trail and error I'm still not able to log into the web UI due to a
exception even though there is a cookie called
csrftoken
.Is there somewhere a more detailed guide on setting up a
deployment
environment.The text was updated successfully, but these errors were encountered: