Skip to content

Installation

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

Installation takes 5 steps

  1. Install Docker Compose
  2. Download the Proteomic-Data-Manager
  3. Rename .django_secrets.env_example to .django_secrets.env
  4. Configure docker-compose.yml
  5. Run docker-compose up

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

Installing Docker Compose

It will be easiest if you follow the [Docker Guide] (https://docs.docker.com/compose/install/).

(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