Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 1.91 KB

File metadata and controls

35 lines (20 loc) · 1.91 KB

Tgstation.Server.ControlPanel

Build status Waffle.io - Columns and their card count

GitHub license Average time to resolve an issue

forthebadge forthebadge

Official management suite for tgstation-server v4

Installing

Windows

First, ensure you have the .NET Core 5.0 runtime installed. See here for download.

Once that's done, Click Here for a download link to the self updating version.

OSX/Linux

To install the latest version of the code

  1. Download and install the Dotnet 5.0 SDK
  2. Clone this repository
  3. Navigate to src/Tgstation.Server.ControlPanel.Core
  4. Run dotnet publish -c Release -o <Your chosen installation directory>

To run the installation

  1. Navigate to your chosen installation directory
  2. Run dotnet Tgstation.Server.ControlPanel.Core.dll

Usage

Please help this project out by contributing to this documentation