upenndigitalscholarship / deep

MIT License
3 stars 1 forks source link

Set permissions after build #182

Closed apjanco closed 2 months ago

apjanco commented 10 months ago

There are times when files are written without www-data:www-data. The build script should adjust permissions on all files to be sure they belong to www-data. Without this, the admin-side build can fail.

ZacharyLesser commented 8 months ago

Has this been completed?

apjanco commented 3 months ago

Still an issue when running build. logs show PermissionError: [Errno 13] Permission denied: '/var/www/assets/jazzmin/css/main.css' This is likely why the Build complete message doesn't show in admin even though the build finishes.

ZacharyLesser commented 3 months ago

"Build complete" now appearing for me, fyi.