-
Notifications
You must be signed in to change notification settings - Fork 16
Развёртывание лабы (Windows)
Fasjeit edited this page Sep 7, 2024
·
11 revisions
https://dotnet.microsoft.com/en-us/download/dotnet/8.0
git clone https://github.com/CryptoCourse/CryptoLabs.git
cd CryptoLabs\src\
dotnet publish --configuration Debug
cd CryptoLabsService\bin\Debug\net8.0\publish
CryptoLabsService.exe
Будет доступен только localhost адрес. Локальный порт будет указан в консоли.
Now listening on: http://localhost:50412
Для проброски портов см настойку IIS. https://learn.microsoft.com/ru-ru/aspnet/core/host-and-deploy/iis/