Traccar Server Automatic Installation on Ubuntu with MySQL Database

Macan3 years ago

I want to thank Anton for this wonderful project and for his support to all of us!
Anton if I can assign this script on the github to the Traccar project as a contribution, that would be great?

To make a small contribution to this community I created one script that performs an automatic installation of a Traccar server on Ubuntu OS with an integrated MySQL database.

In the video below you can watch the Tutorial on how to use this installation script:

https://www.youtube.com/embed/C41i4MSrSEk

Anton Tananaev3 years ago

Looks like you have a hardcoded MySQL root password in the script:

mysql -u root -pabcd1234 ...
Macan3 years ago

Ah so sorry, I just corrected the password (was changing the password but that one left from the testing purpose, my mistake).

Thank you