post-install.py

Run the post-install.py script to perform TeamForge post installation/upgrade actions. For example, run this script for setting up CLI reports, integrating Gerrit SCM with TeamForge, integrating SVN and CVS, and so on. This script is intelligent enough to identify the list of post installation actions required based on the TeamForge applications that are configured and running locally.

post-install.py [-D|--debug] [-r|--reconfigure]
Option Description
-D|--debug

Use this option to enable debug mode. Enabling the debug mode displays all the back-end debug messages on the console.

-r|--reconfigure

To reconfigure the post installation with default credentials.

-O |--option

The post-install.py script prompts for input for items such as TeamForge admin user name, password, etc. Use this option to pass such parameters as command line arguments so that you are not prompted for the same later.

Valid values:
  • teamforge-tf.siteadmin.username=<USERNAME>
  • teamforge-tf.siteadmin.passwd.secure=<PASSWORD>
  • gerrit-tf.gerritdb.passwd.secure=<PASSWORD>
-h|--help

Use this option to display help information about post-install.py.

Usage examples

Manually create SCM integration in case your integration server uses self-signed (or wildcard) certificates

If your integration server uses self-signed (or wildcard) certificates, the post-install.pyscript may fail to create SCM integration. In such case, you may have to manually create the SCM integration using the TeamForge Admin > Integrations > SCM Integrations UI. The following message is shown when you run the post-install.py script on integration servers that use self-signed (or wildcard) certificates.

Please create SVN integration through TeamForge Admin UI if your integration server uses self signed certificate. Failed.

Troubleshooting

See Post install fails for Git. What should I do? for more information.