You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
i managed to install the a4-cookiecutter. I also managed to make it work with apache2. But now i run into this problem:
The Site is completely without style and this i find in my apache2 error log. I tried to figure out where this files are stored, but most of them i couldn't find. Any hint is welcome.
[Sun Mar 22 11:22:25.153348 2020] [core:info] [pid 29902] [client 217.86.0.0:35218] AH00128: File does not exist: ...adhocracy/site/site/static/adhocracy4.js
[Sun Mar 22 11:22:25.448562 2020] [core:info] [pid 29926] [client 217.86.0.0:35238] AH00128: File does not exist: ...adhocracy/site/site/static/vendor.css
[Sun Mar 22 11:22:25.489554 2020] [core:info] [pid 29926] [client 217.86.0.0:35238] AH00128: File does not exist: ...adhocracy/site/site/static/adhocracy4.css
[Sun Mar 22 11:22:25.638564 2020] [core:info] [pid 29926] [client 217.86.0.0:35238] AH00128: File does not exist: ...adhocracy/site/site/static/vendor.js
[Sun Mar 22 11:22:25.704502 2020] [core:info] [pid 29926] [client 217.86.0.0:35238] AH00128: File does not exist: ...adhocracy/site/site/static/adhocracy4.js
Thanks for the software and thanks for help.
The text was updated successfully, but these errors were encountered:
Hej @rouep, cool that you try it out! The js and css files are build by webpack, thus you need to run npm run build or npm run build:prod to create them - that was somehow missed out in the docs.
That being said, we are not actively working on the cookiecutter any more for the lack of time - I'd therefore suggest you try https://github.com/liqd/adhocracy-plus/releases - that's what we are actively developing. Unfortunately the documentation there is also still laking (liqd/adhocracy-plus#475) - I'll try to get back to that in the coming days.
Hi,
i managed to install the a4-cookiecutter. I also managed to make it work with apache2. But now i run into this problem:
The Site is completely without style and this i find in my apache2 error log. I tried to figure out where this files are stored, but most of them i couldn't find. Any hint is welcome.
Thanks for the software and thanks for help.
The text was updated successfully, but these errors were encountered: