FreeTAKTeam / FreeTAKHub-Installation

FreeTAKHub-Installation
Eclipse Public License 2.0
33 stars 29 forks source link

Isolation of FTS #123

Open phreed opened 1 month ago

phreed commented 1 month ago

This PR addresses the following issues:

112 Isolate to an fts directory

113 Isolate to fts:fts user:group

116 Isolate testing

118 A previous pull request

phreed commented 1 month ago

There is a discovered issue:

The service is not fully under control of systemd possibly due to the behavior of the run.py script? Testing still needs to be completed.

phreed commented 1 month ago

Running the installer.

export MY_IPA=<whatever ip addr gives you>

wget -qO - https://raw.githubusercontent.com/babeloff/FreeTAKHub-Installation/main/scripts/easy_install.sh | sudo bash -s -- --ip-addr ${MY_IPA} --repo https://github.com/babeloff/FreeTAKHub-Installation.git --branch issue_118