Skip to content

EBTYX2809/ServerForGwent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to run server locally:

You can run it on .NET or in docker container.

Download repo:

git clone https://github.com/EBTYX2809/ServerForGwent

Go to project:

cd LinuxServer

.NET guide

Restore dependencies and build:

dotnet restore

dotnet build

Run the server:

dotnet run

Docker guide

Build the container:

docker build -t gwent-server .

Run container:

docker run -p 10000:10000 gwent-server

Last steps

You have to see:

Server started at port 10000

Next you must find out your local IP and copy it to connection filed in client.

About

Server for gwent on google virtual machine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages