Hey TACTICians!
We have just updated our documentations. We listed all of the configuration variables used by TACTIC, and wrote a short description on what each variable does, you can check them out here: http://community.southpawtech.com/docs/s...re-tactic/
We have also included some examples on how to use them. You can reply below on any improvements or errors you found on this page. We are still in the process of updating this list, and any of your suggestions will be valuable to us.
For people that don't know what configuration variables are, you can read this page: http://community.southpawtech.com/docs/s...re-tactic/
For people that don't know how to use these variables, for example, if you want to use the "hostname" variable under "install" section:
Regards,
Sophie
Developer at Southpaw Technology
We have just updated our documentations. We listed all of the configuration variables used by TACTIC, and wrote a short description on what each variable does, you can check them out here: http://community.southpawtech.com/docs/s...re-tactic/
We have also included some examples on how to use them. You can reply below on any improvements or errors you found on this page. We are still in the process of updating this list, and any of your suggestions will be valuable to us.
For people that don't know what configuration variables are, you can read this page: http://community.southpawtech.com/docs/s...re-tactic/
For people that don't know how to use these variables, for example, if you want to use the "hostname" variable under "install" section:
- To set its value in the /opt/tactic/tactic_data/config/tactic-conf.xml
Code:<install>
<hostname>localhost</hostname>
</install>
- To use its value
Code:from pyasm.common import Config
hostname = Config.get_value("install", "hostname")
Regards,
Sophie
Developer at Southpaw Technology