Traccar installer with mysql easy for beginners

tectonny3 days ago

Traccar installer always in the latest version, with command to manage, logs and traccar

https://github.com/tonnybarros/instalar-traccar

The idea is to support beginners, installing, and with command to look at logs, search within the log, in real time using tail

Anton Tananaev3 days ago

Can you please remove email address. We don't allow sharing personal contact information.

It also seems like the script does many unnecessary things. For example, it installs MySQL driver when we actually provide it with Traccar package itself. It also creates a service when Traccar can also do it by itself.

tectonny3 days ago

Thanks for the feedback, email removed.

I will use your service tips

tectonny3 days ago
  • I removed the Mysql driver because it is already in the Traccar package
  • I removed the service creation, because it is already created in the Traccar installation
    Thanks @tananaev