An open API service indexing awesome lists of open source software.

https://github.com/servicestack/web

Binaries for ServiceStack .NET Core 2.1 Web Apps
https://github.com/servicestack/web

Last synced: 3 months ago
JSON representation

Binaries for ServiceStack .NET Core 2.1 Web Apps

Awesome Lists containing this project

README

          

# Web App Releases

Releases for ServiceStack Web Apps.

## Install

If you have Linux, OSX or [Windows Subsystem for Linux](https://msdn.microsoft.com/en-us/commandline/wsl/install_guide),
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:

- [Web v5.zip](https://github.com/NetCoreWebApps/Web/archive/v5.zip)

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](https://www.microsoft.com/net/download/core) then for Linux, OSX and Windows, run:

dotnet web/app.dll ..//web.settings

Replacing `` with the app you wish to run.

## Web App Examples

See [templates.servicestack.net/docs/web-apps](http://templates.servicestack.net/docs/web-apps) for examples of different Web Apps and
`web.settings` configuration.