Skip to content
This repository was archived by the owner on May 1, 2018. It is now read-only.

Latest commit

 

History

History
31 lines (28 loc) · 929 Bytes

README.md

File metadata and controls

31 lines (28 loc) · 929 Bytes

WebApiServer

Install

Build

cp ./appsettings.default.json ./appsettings.json
dotnet build WebApiServer.csproj -c Release

ln -s $(pwd)/appsettings.json $(pwd)/bin/Release/netcoreapp2.0/appsettings.json
ln -s $(pwd)/wwwroot $(pwd)/bin/Release/netcoreapp2.0/wwwroot

Configure

dotnet restore
dotnet ef database update

Startup

cd ./bin/Release/netcoreapp2.0/
dotnet WebApiServer.dll

Wiki

For more information, please visit our wiki.