Let users see what's in a project template

Help your site's project administrators choose a project template by enabling them to see the contents of the templates that are available.

By default, only site administrators can see project template detail, but project administrators normally create a project from a project template. To choose the right template, a project manager may want to know if tasks, documents, wiki pages or other kinds of content are included in a given template.
Note:
  1. Open the master site configuration file in a text editor. For example:
    • vi /opt/collabnet/teamforge-installer/5.4.0.0/conf/site-options.conf
  2. Change the value of the SHOW_PROJECT_TEMPALTE_DETAIL_TO_NON_SITEADMINS variable to true.
    Note: Use the parameter name as given, including the typo.
  3. Review the rest of the variables in the site-options.conf file to make sure their values are right for your installation, then save the file.
  4. Recreate the runtime environment.
    • ./install.sh -V -r -d <SITE_DIR>