Repository Installation
- 01 Aug 2024
- 1 Minute to read
- Print
- DarkLight
Repository Installation
- Updated on 01 Aug 2024
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
Important Considerations
- It is recommended that the Repository server's version should match its connected dev/prod server. For example, install a v8 Repository for a v8 Standard Server.
- A Repository server cannot be installed as a server in a cluster or as a tenant in versions that support Multi-Tenancy.
This article explains how to install a Repository server.
Before proceeding, check the Installation Requirements for recommended specifications.
A Repository server requires its own database separate from any dev/prod databases. The Repository database should use the same type of database as the dev/prod database i.e. a Repository server database should use Postgres if the dev server does.
Hosting in Containers:
If hosting the Repository server in a container, ensure to add an environment variable to change the server type:
For more information, refer to Decisions Environment Variables.
DECISIONS_SERVERTYPE=Repository
.For more information, refer to Decisions Environment Variables.
Installation
- Right-click the DecisionsServerInstaller.exe file and select Run as administrator.
- Under Select Installation Type, select Designer Repository, then click Next.
- This ends all Repository-specific changes during installation. Proceed with the installation as detailed in the Installation Guide.
For further information on Repository, visit the Decisions Forum.
Was this article helpful?