Skip to content

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.

Prerequisites

Setup Development Environment

Downloading Sanctuary

  • Using Git clone the repository to a folder of choice.

Installing Visual Studio

  1. Download the Visual Studio 2022 Community Edition installer and open it.
  2. Once the installer opens select the .NET Desktop development workload.

image

  1. Once the installer has completed, restart if prompted to.

Building the project

  1. Open Visual Studio 2022
  2. In the Get started section click on Open a project or solution.
  3. Locate the Sanctuary solution file inside the \src\ folder.
  4. ...

⚠️ Work in progress... ⚠️

If you have successfully built all the projects required, you can proceed to configuring the server.

Clone this wiki locally