Skip to content

Hosting on VPS

proepkes edited this page Jul 16, 2018 · 1 revision

To run SpeedDate on Linux, .NET Core SDK has to be installed:

  1. Follow these instructions
  2. To disable Microsoft spyware (optional): export DOTNET_CLI_TELEMETRY_OPTOUT=1

Copy & run the server:

  1. Copy the directory SpeedDate.Server.Console to the server (for example with WinSCP)
  2. Open a remote shell and cd to the directory
  3. Enter dotnet SpeedDate.Server.Console.dll
  4. Congratulations, you are now running the fully-featured SpeedDate Masterserver on your VPS
Clone this wiki locally