diff options
Diffstat (limited to 'setup/universal/README.txt')
-rw-r--r-- | setup/universal/README.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/setup/universal/README.txt b/setup/universal/README.txt new file mode 100644 index 000000000..e741319e8 --- /dev/null +++ b/setup/universal/README.txt @@ -0,0 +1,11 @@ +Web page - http://www.traccar.org
+
+This package contains only main Java application (tracker-server.jar).
+
+1) To start application you need libraries to lib folder (check manifest file)
+
+2) Create configuration file (more information on web page)
+
+3) To start application run following command:
+
+java -jar tracker-server.jar "configuration.xml"
|