Skip to content

ivanpmartell/leviathan-server

Repository files navigation

leviathan-server

Compile using Visual Studio Code (VS Code). This project targets .Net Core 2.1. I am using Ubuntu 18.04.

Install .Net Core using the following instructions.

Here is the script parameters I used for development purposes:

bash dotnet-install.sh -c 2.1

Then I added it to the PATH.

To run use dotnet run

To build dll use dotnet build leviathan-server.csproj

To build release dll use dotnet publish leviathan-server.csproj -c Release -r linux-x64 --self-contained

If you are just running the program on a server, use the complete published folder (removing the .pdb file):

./publish/leviathan-server

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages