-
Notifications
You must be signed in to change notification settings - Fork 8
Hosting on VPS
proepkes edited this page Jul 16, 2018
·
1 revision
To run SpeedDate on Linux, .NET Core SDK has to be installed:
- Follow these instructions
- To disable Microsoft spyware (optional):
export DOTNET_CLI_TELEMETRY_OPTOUT=1
Copy & run the server:
- Copy the directory
SpeedDate.Server.Console
to the server (for example with WinSCP) - Open a remote shell and
cd
to the directory - Enter
dotnet SpeedDate.Server.Console.dll
- Congratulations, you are now running the fully-featured SpeedDate Masterserver on your VPS