2016-11-26 12:38:24 +13:00
2016-11-20 10:06:34 +13:00
2016-11-26 12:38:24 +13:00
2016-11-19 11:52:03 +13:00
2016-11-19 13:51:35 +13:00
2016-07-20 15:57:15 +05:00
2016-11-01 14:47:27 +13:00
2016-06-26 00:51:33 +05:00
2016-10-31 03:57:15 +13:00
2016-09-23 03:07:30 +12:00
2016-11-19 11:43:45 +13:00
2016-10-31 12:22:41 +05:00

Traccar

Build Status

Overview

Traccar is open source server for various GPS tracking devices. Project is written in Java and works on most platforms with installed Java Runtime Environment.

Build

Please read build from source documentation on the official website.

To build the Docker images first clone:

$ git clone git@github.com:tananaev/traccar.git $ cd traccar

Now init submodules:

$ git submodule init $ git submodule update

Now you are able to build docker images:

$ chmod 755 ./setup/docker/build.sh $ ./setup/docker/build.sh

Running docker container based on this images:

$ docker run --name traccar -p 8082:8082 -p 5000-5150:5000-5150 tananaev/traccar:

Team

License

Apache License, Version 2.0

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
Description
No description provided
Readme 143 MiB
Languages
Java 99.2%
Python 0.5%
Shell 0.3%