-
Notifications
You must be signed in to change notification settings - Fork 16
Server Setup
EDITz edited this page Jul 14, 2024
·
1 revision
ℹ️ This guide is intended for advanced users and it makes assumptions that you have knowledge on the technologies mentioned.
This guide will help you setup and install the Sanctuary server.
- Visual Studio 2022
- Git or a Git GUI Client
- (Optional) A sql database, see supported databases.
- Using Git clone the repository to a folder of choice.
- Download the Visual Studio 2022 Community Edition installer and open it.
- Once the installer opens select the
.NET Desktop developmentworkload.

- Once the installer has completed, restart if prompted to.
- Open Visual Studio 2022
- In the
Get startedsectionclick on Open a project or solution. - Locate the
Sanctuarysolution file inside the\src\folder. - ...
If you have successfully built all the projects required, you can proceed to configuring the server.