Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Update the configuration files on Unix/Mac/Windows:

    • Copy the SSP source files in src/main/config/external to /usr/local/etc/ssp or C:\ssp (depending on the environment)

    • Review each file carefully to set the appropriate settings.

      • ssp-config.properties: database connectivity, users and database
        • Unique identifier of the SSP instance
          • system_id
        • Values for connecting to the SSP database
          • db_url
          • db_driver_class
          • db_dialict
          • db_username
          • db_password
          • db_admin_username
          • db_admin_password
        • Values for SSP generated emails
          • smtp_username
          • smtp_password
          • smtp_host
          • smtp_port
          • ssp_admins_email_addresses
        • Deployment options
          • spring.profiles.active
            • dev-standalone: completely free of uPortal
            • standalone: as the only portlet in a uPortal instance
            • uPortal: as one of many portlets in a uPortal instance
      • logback.xml: properties file location (ie
        • Example: <property file="/usr/local/etc/ssp/ssp-config.properties" /> )
  • Add the following environment variables to your system, and point them to the appropriate external configuration path:

    • On Unix/Mac:

      • SSP_CONFIGDIR=/usr/local/etc/ssp

    • On Windows:

      • SSP_CONFIGDIR=C:\ssp

    Tip
    titleAdditional Information

    Optional environment and configuration parameters are defined in the Developer Environment Setup Instructions

...