Skip to content

Commit

Permalink
docs: Add IIS to the getting started readme section
Browse files Browse the repository at this point in the history
  • Loading branch information
Regenhardt committed Jun 4, 2024
1 parent e5c6f33 commit 0e74443
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0e74443

Please sign in to comment.