diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2015-08-08 21:40:01 +1200 |
---|---|---|
committer | Anton Tananaev <anton.tananaev@gmail.com> | 2015-08-08 21:40:01 +1200 |
commit | 4f112e2805135f7269b7f8b6b87ed5362b8376a2 (patch) | |
tree | e3b67da17b3ffb0334bbec72c6bfceedea3262e4 /setup | |
parent | 01d980ad42e393996d5daa20abc7c9a100025c2f (diff) | |
download | trackermap-server-4f112e2805135f7269b7f8b6b87ed5362b8376a2.tar.gz trackermap-server-4f112e2805135f7269b7f8b6b87ed5362b8376a2.tar.bz2 trackermap-server-4f112e2805135f7269b7f8b6b87ed5362b8376a2.zip |
Remove old readme files
Diffstat (limited to 'setup')
-rw-r--r-- | setup/linux/README.txt | 17 | ||||
-rw-r--r-- | setup/macosx/README.txt | 18 | ||||
-rw-r--r-- | setup/windows/README.txt | 17 |
3 files changed, 0 insertions, 52 deletions
diff --git a/setup/linux/README.txt b/setup/linux/README.txt deleted file mode 100644 index 2c23795ec..000000000 --- a/setup/linux/README.txt +++ /dev/null @@ -1,17 +0,0 @@ -== DESCRIPTION ==
-
-Web page - https://www.traccar.org
-
-Author - Anton Tananaev (anton.tananaev@gmail.com)
-
-Traccar software is licensed under the Apache License 2.0.
-
-== INSTALL ==
-
-1. Run traccar.run (sudo ./traccar.run)
-2. Start daemon (sudo /opt/traccar/bin/traccar start)
-
-== UNINSTALL ==
-
-1. Remove traccar from init (sudo /opt/traccar/bin/traccar remove)
-2. Remove traccar directory (sudo rm -R /opt/traccar)
diff --git a/setup/macosx/README.txt b/setup/macosx/README.txt deleted file mode 100644 index 0df2630df..000000000 --- a/setup/macosx/README.txt +++ /dev/null @@ -1,18 +0,0 @@ -== DESCRIPTION ==
-
-Web page - https://www.traccar.org
-
-Author - Anton Tananaev (anton.tananaev@gmail.com)
-
-Traccar software is licensed under the Apache License 2.0.
-
-== INSTALL ==
-
-1. Make traccar.run executable (sudo chmod +x traccar.run)
-2. Run traccar.run (sudo ./traccar.run)
-3. Start daemon (sudo /opt/traccar/bin/traccar start)
-
-== UNINSTALL ==
-
-1. Remove traccar from init (sudo /opt/traccar/bin/traccar remove)
-2. Remove traccar directory (sudo rm -R /opt/traccar)
diff --git a/setup/windows/README.txt b/setup/windows/README.txt deleted file mode 100644 index ce8154cf0..000000000 --- a/setup/windows/README.txt +++ /dev/null @@ -1,17 +0,0 @@ -== DESCRIPTION ==
-
-Web page - https://www.traccar.org
-
-Author - Anton Tananaev (anton.tananaev@gmail.com)
-
-Traccar software is licensed under the Apache License 2.0.
-
-== INSTALL ==
-
-1. Download and install JRE if you do not have it (http://www.java.com/download)
-2. Run setup.exe and follow instructions
-
-== UNINSTALL ==
-
-1. Remove Traccar program from Control Panel
-2. Remove Traccar directory (by default in Program Files)
|