-
Notifications
You must be signed in to change notification settings - Fork 0
Deployment Document
Ap13Crow edited this page Apr 21, 2025
·
9 revisions
- Cross-Platform: The MiaLearningApp can run on Windows, macOS, or Linux.
- .NET 8.0 Runtime: The target environment must have the .NET 8.0 runtime installed. [Download .NET 8.0]
Go to the latest release: https://github.com/Ap13Crow/CS690-FinalProject-MiaLearningApp/releases Download the executable called "LearningApp_v2.1.0.zip"
unzip MiaLearningApp-v2.1.0.zip (or "extract all" on Windows)
If you’re doing a framework-dependent deployment, check that .NET 8.0 is installed:
dotnet --list-runtimes
Look for .NETCoreApp 8.0 in the list.
Go inside the directory (CS690-FinalProject-MiaLearningApp-2.1.0) you have unzipped (e.g. open in Terminal/Powershell) Run the following command in terminal 'dotnet LearningApp.dll'