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! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Try running |
Beta Was this translation helpful? Give feedback.
Try running
php artisan storage:mkdirs
to automatically create these directories.