Skip to content

Binaries for ServiceStack .NET Core 2.1 Web Apps

Notifications You must be signed in to change notification settings

ServiceStack/Web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web App Releases

Releases for ServiceStack Web Apps.

Install

If you have Linux, OSX or Windows Subsystem for Linux, from the directory where all your Web Apps are, run:

 curl -L https://github.com/NetCoreWebApps/Web/archive/v5.tar.gz | tar xz && mv Web-5 web

Otherwise for Windows without access to linux tools, download:

Then copy all contents into the web folder next to where all your Web Apps are.

Usage

To run install .NET Core 2.1 for your platform then for Linux, OSX and Windows, run:

dotnet web/app.dll ../<app name>/web.settings

Replacing <app name> with the app you wish to run.

Web App Examples

See templates.servicestack.net/docs/web-apps for examples of different Web Apps and web.settings configuration.