installing traccar server on mac OS X problems

Daniel8 years ago

hi i get this error messages in terminal...i am new to mac so bare with me.

Daniels-MacBook-Air:~ Daniel$ cd /Applications/
Daniels-MacBook-Air:Applications Daniel$ sudo chmod +x traccar.run
Daniels-MacBook-Air:Applications Daniel$ sudo ./traccar.run
Verifying archive integrity... All good.
Uncompressing traccar  100%  
mkdir: /opt: No such file or directory
usage: cp [-R [-H | -L | -P]] [-fi | -n] [-apvX] source_file target_file
       cp [-R [-H | -L | -P]] [-fi | -n] [-apvX] source_file ... target_directory
chmod: /opt/traccar: No such file or directory
./setup.sh: line 12: /opt/traccar/bin/traccar: No such file or directory
rm: /opt/traccar/setup.sh: No such file or directory
Daniels-MacBook-Air:Applications Daniel$ 

What am i doing wrong, i don't get it...

Anton Tananaev8 years ago

Looks like /opt directory is missing. Try to create it first and then run Traccar installer.