Skip to content

Deployment Document

Ap13Crow edited this page Apr 21, 2025 · 9 revisions

Deployment Overview

  • 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]

A. Setup Instructions

1. Latest release & download

Go to the latest release: https://github.com/Ap13Crow/CS690-FinalProject-MiaLearningApp/releases Download the executable called "LearningApp_v2.1.0.zip"

2. Unzipping

unzip MiaLearningApp-v2.1.0.zip (or "extract all" on Windows)

3. Confirm .NET Runtime

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.

B. Launch the application

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'

Clone this wiki locally