Deployment Documentation - Hadleymicah/CS690-FinalProject GitHub Wiki
This document explains how to download and deploy the TaskTracker console application.
Download and Run the Pre-built Application
- Go to the latest release, and download the TaskTracker application from the official download page.
- Extract the downloaded ZIP file executable to a directory of your choice.
TaskTrackerProject.zip
- Unzip it locally.
Running the Application
- Install dotnet runtime .NET Runtime
- Open a terminal.
- Navigate to the extracted directory.
- Run the following command in the terminal.
dotnet TaskTracker.dll