diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2012-08-20 23:37:46 +0400 |
---|---|---|
committer | Anton Tananaev <anton.tananaev@gmail.com> | 2012-08-20 23:37:46 +0400 |
commit | 4929206865ad6123c70ff2fca7c571e38089a01b (patch) | |
tree | 533ce31ef840a52715a36e608278066966886fec /setup/linux/README.txt | |
parent | 6dc180657196e4b6c2029c8b3fe9d3931152d094 (diff) | |
download | trackermap-server-4929206865ad6123c70ff2fca7c571e38089a01b.tar.gz trackermap-server-4929206865ad6123c70ff2fca7c571e38089a01b.tar.bz2 trackermap-server-4929206865ad6123c70ff2fca7c571e38089a01b.zip |
Automate setups creation
Diffstat (limited to 'setup/linux/README.txt')
-rw-r--r-- | setup/linux/README.txt | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/setup/linux/README.txt b/setup/linux/README.txt new file mode 100644 index 000000000..878890c3a --- /dev/null +++ b/setup/linux/README.txt @@ -0,0 +1,17 @@ +== DESCRIPTION ==
+
+Web page - http://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)
|