Skip to content

Installation

Kele Kent edited this page Mar 5, 2024 · 20 revisions

Installation takes 4 simple steps

  1. Install Docker Compose
  2. Rename .django_secrets.env_example to .django_secrets.env
  3. Configure docker-compose.yml
  4. Run docker-compose up

Now your server should be functional. If you run into any errors see the Troubleshooting Guide

*** Install Docker Compose following the Official guide.

(In older versions of Windows, if Docker prompts you to set up Windows Subsystem for Linux 2 (WSL 2), you only need to follow steps 4 and 5, not step 6. Once these steps are completed, a system reboot is necessary for the changes to take effect.)

For Windows systems, Docker Desktop must be manually started. You can do this by clicking the Docker Desktop icon, which allows the application to run in the background.

Screenshots for a step-by-step guide