Skip to content

Installation_screenshoots

Xiaofeng Xie edited this page Jun 2, 2023 · 2 revisions

Install Docker

Download Docker

1

Install Docker Desktop

2

Restart system

3

Update WSL kernal version (only on some old windows)

4

Update WSL kernal version_Download Linux kernel

5

Update WSL kernal version_Install the download kernel

6

Update WSL kernal version_set WSL 2 as default

7

Start Docker

8

Configure the application

Extract zip file to desired location

1

Rename .django_secrets.env_example to .django_secrets.env

2

Locate/create folders/drivers to store your data (ideally you would have four different drivers)

3

Point the setting in the configure file to these folders/drivers

4

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).

1

Docker downloading

2

Docker started

3

Login page

4

Docker desktop View

5

Clone this wiki locally