Version 2021
Manually Configure Collaboration Server on a Linux Server
- Browse to Collaboration Server installation directory
{MSTR_INSTALL_DIRECTORY}/CollaborationServer
. -
Edit the
config.json
file.{ "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" }
-
Restart Collaboration Server, and access
{PROTOCOL}://{COLLAB_SERVER_HOSTNAME}:{COLLAB_SERVER_PORT}/status
to verify.