-
Notifications
You must be signed in to change notification settings - Fork 43
Description
I'm installing FTS on Windows following your tutorial.
I installed Python in C:\Software\python.....etc.
After the installation has finished the services need to be configured.
Configure the FreeTakServer by editing the \FreeTAKServer\core\configuration\MainConfig.py file.
Path examples: * native Windows install: C:\Software\python\Lib\site-packages\FreeTAKServer\core\configuration\MainConfig.py * conda env named tak: C:\Users\user\micromamba\envs\tak\Lib\site-packages\FreeTAKServer\core\configuration\MainConfig.py
Configure the FreeTAKServer-UI by editing the \FreeTAKServer-UI\config.py file.
Path examples: * native Windows install: C:\Software\python\Lib\site-packages\FreeTAKServer-UI\config.py * conda env named tak: C:\Users\user\micromamba\envs\tak\Lib\site-packages\FreeTAKServer-UI\config.py
That makes NO sense. In both config files, there is no single "path" variable. There are MANY "paths". Am I modifying a path variable to point the script at ITSELF? Am I specifying the parent directory that everything shall derive from? If so, how far up the ladder am I going: the Python directory, site packages directory, or the FreeTAKServer folder, or the configuration folder?
When I run the FTS command, it returns "failed to create the fts persistence directory at /opt/fts with error: [WinError 3] The system cannot find the path specified: '/opt/fts'"
Obviously this has to do with not properly specifying some path.