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
I tried to install Sen2Agri from source using the scripts in Sen2Agri-System/packaging which worked quit well.
Only problem I encounter was that the script doesn't check permissions on the /mnt/upload resulting in a somewhat confusing "FAILED: Failed to upload the file you selected Missing shape file due to a problem with your selected file" error in the web gui.
After checking the shape file and zip file a dozen of time I finally figured out that all I had to do to fix the problem is doing a "chown -R apache.apache /mnt/upload".
The text was updated successfully, but these errors were encountered:
I think the installer script wants /mnt/archive and /mnt/upload to be world-writable or owned by sen2agri-service and apache.
Anyway, you might want to take a look at that script, since it does some extra things which might not be obvious otherwise (extracting some data packages, configuring SLURM etc.).
I tried to install Sen2Agri from source using the scripts in Sen2Agri-System/packaging which worked quit well.
Only problem I encounter was that the script doesn't check permissions on the /mnt/upload resulting in a somewhat confusing "FAILED: Failed to upload the file you selected Missing shape file due to a problem with your selected file" error in the web gui.
After checking the shape file and zip file a dozen of time I finally figured out that all I had to do to fix the problem is doing a "chown -R apache.apache /mnt/upload".
The text was updated successfully, but these errors were encountered: