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
- Host: GitHub
- URL: https://github.com/servicestack/web
- Owner: ServiceStack
- Created: 2017-09-01T00:46:58.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-27T18:15:18.000Z (over 7 years ago)
- Last Synced: 2025-09-30T09:55:00.743Z (3 months ago)
- Homepage:
- Size: 25.9 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.