New install - dirs not writable? #2428
|
Hi -- I am setting up a new CDash installation and have gotten as far as the
I'm running CDash 3.4.1, RHEL 8.10 httpd with php 8.2, and PostgreSQL 15. I'm not seeing anything in CDash/storage/logs/.log about non-writable directories and everything under CDash/ is What directories is it talking about and what permissions should they be? Thanks! |
Answered by
williamjallen
Sep 3, 2024
Replies: 1 comment 1 reply
|
Try running |
1 reply
Answer selected by
Chad-ll
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Try running
php artisan storage:mkdirsto automatically create these directories.