Configure the following tokens while installing TeamForge
8.1.
- In case the HOST_ token is configured as HOST_localhost, then specify the
following token with a valid hostname or domain name.
BDCS_HOST=<my.app.host or my.app.domain.com>
- To enable SSL for Black Duck Code Sight, include this token:
BDCS_SSL=on
- If you have Black Duck Code Sight on SSL and the following external certificate
tokens are not provided, the installer will generate a self-signed
certificate.
For valid SSL certificates, configure the following
tokens:
-
BDCS_SSL_CERT_FILE
-
BDCS_SSL_KEY_FILE
The ca.crt and chain files are optional -- leave out the tokens if you
don't use the files.
-
BDCS_SSL_CA_CERT_FILE
-
BDCS_SSL_CHAIN_FILE
- To change the default Black Duck Code Sight admin
user name add this
token.
BDCS_ADMIN_USERNAME=<sysadmin>
- To configure the port number for the Code Search Tomcat server, set this
token:
BDCS_TOMCAT_PORT=9180
- To specify the maximum results shown in Code Search, set this
token:
BDCS_SDK_SEARCH_LIMIT_MAX=200
CAUTION:
Increasing this might impact performance.
Advanced Black Duck Code Sight configuration settingsNote: The following are the advanced configuration
tokens which can be set once during the time of installation.
- The path where the repositories are enabled for codesearch to check
out.
BDCS_SCAN_SOURCE_DIR_ROOT=/opt/collabnet/blackduck/scan
- The path where the codesearch software is
installed.
BDCS_INSTALL_PATH=/opt/collabnet/blackduck
- The path where codesearch database is
installed.
BDCS_PGSQL_HOME_DIR_ROOT=/opt/collabnet/blackduck/postgres
- The port number for the codesearch db
server.
BDCS_PGSQL_PORT=55435
- The tomcat maximum heap memory size in
megabytes.
BDCS_TOMCAT_MX_IN_MB=1024
- The shutdown port number for codesearch tomcat
server.
BDCS_TOMCAT_SHUTDOWN_PORT=9189