traccar-web path on server?

NTa year ago

Hey Team, maybe my find commands are poor - what is the path to the traccar-web files on the standard Ubuntu DO install? Thanks

Anton Tananaeva year ago

/opt/traccar/web

NTa year ago

Thanks Anton, I'm looking for MapSelectedDevice.js in particular. And the /opt/traccar/web filestructure doesn't match Git. What am I missing?

Anton Tananaeva year ago

You're missing the fact that the code is compiled. There won't be files in the installer. If you want to customize something, you have to download the source, change it and then compile the result.

NTa year ago

Got it, thanks again.