diff options
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)
|