MicroStrategy ONE

Manually Configure Collaboration Server on a Linux Server

  1. Browse to Collaboration Server installation directory {MSTR_INSTALL_DIRECTORY}/CollaborationServer.
  2. Edit the config.json file.

    Copy
    {
        "port": < Collaboration Server port number >,
        "dataSource": {
            "username": {POSTGRES_USERNAME},
            "password": {POSTGRES_ENCRYPTED_PASSWORD},
            "port": {POSTGRES_PORT},
            "encryptionKeyFile": {ENCRYPTION_KEY_FILE}
        },
        "authorizationServerUrl": "{PROTOCOL}://{LIBRARY_HOSTNAME}:{LIBRARY_PORT}/MicroStrategyLibrary/api"
    }

  3. Restart Collaboration Server, and access {PROTOCOL}://{COLLAB_SERVER_HOSTNAME}:{COLLAB_SERVER_PORT}/status to verify.