Skip to content

Commit

Permalink
documentation updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ampledata committed Jun 22, 2024
1 parent dcf4e81 commit cd90d90
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 6 deletions.
2 changes: 1 addition & 1 deletion aiscot/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

"""AISCOT: Display Ships in TAK - AIS to TAK Gateway"""

__version__ = "6.0.0-beta5"
__version__ = "6.0.0-beta6"

# Python 3.6 test/build work-around:
try:
Expand Down
8 changes: 5 additions & 3 deletions debian/aiscot.postinst
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,10 @@ fi

systemctl enable aiscot.service

echo "aiscot has been installed."
echo "Configure: sudo nano /etc/default/aiscot"
echo "Start: sudo systemctl start aiscot.service"
echo "---- AISCOT Install Complete ----"
echo "Documentation: https://aiscot.rtfd.io/"
echo "Configure aiscot: sudo nano /etc/default/aiscot"
echo "Start aiscot: sudo systemctl start aiscot.service"
echo "Logs: sudo journalctl -fu aiscot"

exit 0
4 changes: 2 additions & 2 deletions debian/aiscot.service
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@
#

[Unit]
Description=AISCOT: AIS to TAK Gateway - Display Ships in TAK
Description=AISCOT: Display Ships in TAK - AIS to TAK Gateway.
Documentation=https://github.com/snstac/aiscot
Wants=network.target
After=network.target

[Service]
User=aiscot
ExecStart=/usr/local/bin/aiscot
ExecStart=/usr/bin/aiscot
RuntimeDirectory=aiscot
SyslogIdentifier=aiscot
EnvironmentFile=/etc/default/aiscot
Expand Down
5 changes: 5 additions & 0 deletions docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ AISCOT has the following built-in configuration parameters:

Override COT Event Type ("marker type").

* **`COT_ICON`**:
* Default:

Set a custom user icon / custom marker icon in TAK. Contains a Data Package UUID and resource name (file name).

* **`KNOWN_CRAFT`**:
* Default: unset

Expand Down

0 comments on commit cd90d90

Please sign in to comment.