FreeTAKTeam / FreeTakServer

Situational Awareness Server compatible with TAK clients
Eclipse Public License 2.0
649 stars 166 forks source link

Where is the CLI interface noted in the documentation? #193

Closed guitarpicva closed 3 years ago

guitarpicva commented 3 years ago

This is on Ubuntu 21.04 x64, installed with the Linux (RPi) instructions and filling in the blanks, otherwise seems to be running properly with python 3.9. pip check passes OK.

REF: https://freetakteam.github.io/FreeTAKServer-User-Docs/administration/CLI/

sudo python3 -m FreeTAKServer.views.CLI

Returns:

/usr/bin/python3: No module named FreeTAKServer.views.CLI

brothercorvo commented 3 years ago

the CLI is currently not supported in 1.9. the documentation is outdated

On Tue, Aug 24, 2021 at 9:09 AM Mitch, AB4MW @.***> wrote:

This is on Ubuntu 21.04 x64, installed with the Linux (RPi) instructions and filling in the blanks, otherwise seems to be running properly with python 3.9. pip check passes OK.

REF: https://freetakteam.github.io/FreeTAKServer-User-Docs/administration/CLI/

sudo python3 -m FreeTAKServer.views.CLI

Returns:

/usr/bin/python3: No module named FreeTAKServer.views.CLI

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/FreeTAKTeam/FreeTakServer/issues/193, or unsubscribe https://github.com/notifications/unsubscribe-auth/AOPIAPLC4RZ64TCFSHZ2MI3T6ODXFANCNFSM5CWWAKXQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email .

-- Thanks Giu Platania Director Door Business Consulting Cell: +1 902 748 0992 LinkedIn https://www.linkedin.com/in/giuseppe-platania-304b8233/

guitarpicva commented 3 years ago

Roger that.