diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2015-08-08 21:38:46 +1200 |
---|---|---|
committer | Anton Tananaev <anton.tananaev@gmail.com> | 2015-08-08 21:38:46 +1200 |
commit | 01d980ad42e393996d5daa20abc7c9a100025c2f (patch) | |
tree | cb5ccc98c34ab3ef40e1249384445ebaa293fbce /setup | |
parent | 799f0e4a70cce16d409edeaff78055ddadc85706 (diff) | |
download | trackermap-server-01d980ad42e393996d5daa20abc7c9a100025c2f.tar.gz trackermap-server-01d980ad42e393996d5daa20abc7c9a100025c2f.tar.bz2 trackermap-server-01d980ad42e393996d5daa20abc7c9a100025c2f.zip |
Write universal readme file
Diffstat (limited to 'setup')
-rw-r--r-- | setup/README.txt | 14 | ||||
-rw-r--r-- | setup/universal/README.txt | 11 |
2 files changed, 14 insertions, 11 deletions
diff --git a/setup/README.txt b/setup/README.txt new file mode 100644 index 000000000..071cb1d8c --- /dev/null +++ b/setup/README.txt @@ -0,0 +1,14 @@ +Traccar is a free and open source GPS tracking system.
+
+Installation instructions are available on the official website:
+
+Windows - https://www.traccar.org/windows/
+Linux - https://www.traccar.org/linux/
+OS X - https://www.traccar.org/mac-os/
+OpenBSD - https://www.traccar.org/openbsd/
+FreeBSD - https://www.traccar.org/freebsd/
+Other - https://www.traccar.org/manual-installation/
+
+If you have any questions or problems visit support page:
+
+https://www.traccar.org/support/
diff --git a/setup/universal/README.txt b/setup/universal/README.txt deleted file mode 100644 index 5a2fe90cc..000000000 --- a/setup/universal/README.txt +++ /dev/null @@ -1,11 +0,0 @@ -Web page - https://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 "traccar.xml"
|