Installation through docker - KL-Psychological-Methodology/ESMira GitHub Wiki
Installation through Docker
[!NOTE] Internally, the docker container is an Apache server that runs PHP and has the already downloaded the according ESMira files.
In case Docker is not already installed on your system, follow these instructions: https://docs.docker.com/engine/install/
Create a new directory and move there:
mkdir ./esmira
cd ./esmira
Download the docker compose file:
wget -O https://raw.githubusercontent.com/KL-Psychological-Methodology/ESMira-web/refs/heads/main/docker-compose.yml
Run the container:
docker compose up -d
Almost done!
Your server has been installed. Now, you need to set up your admin account. Continue at Complete the setup.