Strategy ONE

Manuelles Konfigurieren des Collaboration-Servers auf einem Linux-Server

  1. Navigieren Sie zum Installationsverzeichnis des Collaboration-Servers {MSTR_INSTALL_DIRECTORY}/CollaborationServer.
  2. Bearbeiten Sie die config.json Datei.

    Kopieren
    {
        "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. Starten Sie den Collaboration Server neu und greifen Sie zu {PROTOCOL}://{COLLAB_SERVER_HOSTNAME}:{COLLAB_SERVER_PORT}/status zu verifizieren.