hi everyone,
I´m trying to implement traccar after testing and customizing.
Which is the best way to implement?
This is my idea:
Server1: Traccar web interface
Server2: Traccar Server
Server3: Data Base
Server4: Nominatim Server
All of them are Virtual Servers. It´s the best way?, i don´t want to have hardware issues in the future... or problem with future actualizations...
I would recommend to have 1, 2 and 3 on the same server. Nominatim should probably be separate.
@Anton
Traccar web interface can be separated from Traccar Server ? ( on 2 different servers )
If so... is there any info about this in the documentation ?
Thanks.
Web interface is just a bunch of static files, so there is absolutely no benefit in separating it.
hi everyone,
I´m trying to implement traccar after testing and customizing.
Which is the best way to implement?
This is my idea:
Server1: Traccar web interface
Server2: Traccar Server
Server3: Data Base
Server4: Nominatim Server
All of them are Virtual Servers. It´s the best way?, i don´t want to have hardware issues in the future... or problem with future actualizations...