From 0e744432d73248ce6bc458459ba074a404ad7391 Mon Sep 17 00:00:00 2001 From: Marlon Regenhardt Date: Mon, 3 Jun 2024 20:52:13 +0200 Subject: [PATCH] docs: Add IIS to the getting started readme section --- readme.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/readme.md b/readme.md index a7ff28748..623b14896 100644 --- a/readme.md +++ b/readme.md @@ -23,6 +23,13 @@ With .NET: 3. Start the service with `dotnet BaGetter.dll` 4. Browse `http://localhost:5000/` in your browser +With IIS ([official microsoft documentation](https://learn.microsoft.com/aspnet/core/host-and-deploy/iis)): + +1. Install the [hosting budle](https://dotnet.microsoft.com/permalink/dotnetcore-current-windows-runtime-bundle-installer) +2. Download the [zip release](https://github.com/bagetter/BaGetter/releases) of BaGetter +3. Unpack the zip file contents to a folder of your choice +4. Create a new or configure an existing IIS site to point its physical path to the folder where you unpacked the zip file + For more information, please refer to the [documentation]. ## 📦 Features