Alexander Jung-Loddenkemper

Results 17 comments of Alexander Jung-Loddenkemper

Hey @mjiao5151, thanks a lot for these changes! I broke out mathjax in a separate PR (with the only change being that I checked in the JS, to make sure...

Hey @arduino5144. 🙂 the configuration file is a python file, so you need to quote strings in it like such: ```python SECRET_KEY="JvoGTgriz6yn8WsJhOdf9gHv4A5f8braI2jA9IPNSE2ZT8MMqgVpSqFxf6lzR4hicD0rlxMAGHI61PAyrs5gr0h0sYFqqlum8EAP" ``` However it looks like there is another...

@arduino5144 this issue should already have been resolved in the master branch, so if you install it from the github repo, it should not appear. I will make sure to...

I am not so sure about this yet, I will add it to my todolist and think about it on saturday, unfortunately I am pretty busy at the moment.

Can you give me some details on what exactly you tried and did not work? 🙂 Theoretically this should just work as usually!

Yeah looking at the code I don't think we support static files at all at the moment. There are multiple issues at hand here and I need to think about...

Well the problem there is, that the list is never going to be comprehensive (i.e. you might want to expose a pdf file or even a python script but still...

In my opinion we do need volumes, so that this image is actually usable. We should define mount points for the following directories (in D8): - `/var/www/html/modules` - `/var/www/html/profiles` -...

Actually, scratch that, you don't need it. You can run this fine without any volumes, by using a drupal:8 as the image for the storage, too. See the following `docker-compose.yml`...

Then you could not upgrade anymore by upgrading the container, because the drupal core folder would be in the volume. On 14 Nov 2015 21:46 +0100, [email protected], wrote: > Volume...