Any of you following my last post will know I use a modified version of Traccar to track my car and mobile phone.
If you have played with the original version you’ll know what the original theme and overall style of it looks like. In my case, I prefer the original style to the custom one which is implimented on the modified Traccar from http://traccar.litvak.su.
After speaking with the developer of the modified version (who is very helpful and quick to respond if you need help with it by the way!) I have now managed to get the original theme applied to the modified Traccar.
To do this, I’ll outline the basic steps below. I assume for this post, that your Traccar server is Linux-based, Ubuntu in my case, and that you have some basic command-line knowledge.
These steps are based on the original build instructions and modified to include the Neptune theme.
git clone -b neptune_theme https://github.com/vitalidze/traccar-web.git
cd traccar-web
sudo ./mvnw package
sudo /etc/init.d/traccar stop
cd /opt/traccar/
sudo mv traccar-web.wad traccar-web.wad.backup
sudo mv /home/username/traccar-web/target/traccar-web-SNAPSHOT.wad /opt/traccar/traccar-web.wad
sudo /etc/init.d/traccar start
If all has gone smoothly you should now be able to visit the web interface of your Traccar server and see the shiny new Neptune theme from the official Traccar version.