AMI Medical Imaging (AMI) JS ToolKit
javascript
webgl
threejs
fs
stl
dicom
medical
ami
vtk
volume-rendering
nifti-format
dicom-images
nrrd
nifti
trk
xtk
-
Updated
Sep 30, 2020 - JavaScript
"var/app/current/storage/logs/laravel.log" could not be opened. failed to open stream: permission denied.
How can we solve this?
I added
13_permissions:
# fix permissions on the Laravel app folder
command: "chmod 777 -R /var/app/current/storage/logs/"
cwd: "/var/app/current/storage/logs/"
Line to deploy.config, but has no help.