08-05-2020, 11:33 PM
A little further :-)
This, after editing tactic\src\src\install\template\config\tactic_linux-conf.xml so it contained the database hostname I wanted: the postgres container name and not localhost.
Then I was able to run the install.py script from within the tactic container (defaults) to initialize the database.
Not yet sure why startup_dev.py quietly dies though.
Code:
tactic@399433ac7df8:~/tactic/src/bin$ python startup_dev.py
Data Directory [/opt/tactic/tactic_data]
Asset Directory [/opt/tactic/assets]
Temp Directory [/opt/tactic/tactic_temp]
Config path [/opt/tactic/tactic_data/config/tactic-conf.xml]
Registering project ... admin
Registering project ... default
Initializing Workflow Engine
Starting Scheduler ....
Starting TACTIC v4.8.0.b04 ...
tactic@399433ac7df8:~/tactic/src/bin$
This, after editing tactic\src\src\install\template\config\tactic_linux-conf.xml so it contained the database hostname I wanted: the postgres container name and not localhost.
Then I was able to run the install.py script from within the tactic container (defaults) to initialize the database.
Not yet sure why startup_dev.py quietly dies though.