You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Xiaofeng Xie edited this page Jun 2, 2023
·
2 revisions
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).