Installation_screenshoots - RTKlab-BYU/MSConnect GitHub Wiki
Install Docker
Download Docker
Install Docker Desktop
Restart system
Update WSL kernal version (only on some old windows)
Update WSL kernal version_Download Linux kernel
Update WSL kernal version_Install the download kernel
Update WSL kernal version_set WSL 2 as default
Start Docker
Configure the application
Extract zip file to desired location
Rename .django_secrets.env_example to .django_secrets.env
Locate/create folders/drivers to store your data (ideally you would have four different drivers)
Point the setting in the configure file to these folders/drivers
Start the application
Open command prompt; cd your_extract_folder (this command change your directory to your extract folder, replace it with your own folder location); docker compose up (start the application).