Do you have any instruction to set up the web odm in Mac?
Hi Pierotofy, The WebODM was running smoothly in Mac following installation guideline. Unfortunately, the WebODM reporting the error message recently as:
AINGs-MacBook-Pro:~ aingchhengngunn$ git clone https://github.com/OpenDroneMap/WebODM --config core.autocrlf=input
fatal: destination path ‘WebODM’ already exists and is not an empty directory.
AINGs-MacBook-Pro:~ aingchhengngunn$ cd WebODM
AINGs-MacBook-Pro:WebODM aingchhengngunn$ ./webodm.sh start
bash: ./webodm.sh: No such file or directory
Thank for your distribution!
AING
A fundamental but also critical difference between a *NIX system like Linux / OSX etc and Windows is the error messages produced by the system. See what is going on there, in your error log: “fatal: destination path ‘WebODM’ already exists and is not an empty directory”. Clear that folder and try again.