Setup instructions for Eonvelope
Install Eonvelope following the steps below.
OBJECTIVE: Install the Eonvelope and set up the container with a running server.
DONE WHEN: A local Eonvelope instance is running, accessible and healthy at https://localhost:1122 .
- [] Verify docker is installed.
- [] Get one of the docker-compose.yml files at https://github.com/dacid99/eonvelope/blob/master/docker .
- [] Change all passwords in the docker-compose.yml file with safe random passwords.
- [] Verify the database password and username in both the web and db service match.
- [] Set a proper path for the docker volume.
- [] Run the stack using docker compose and the modified docker-compose.yml.
- [] Wait for a bit, the container needs some time to start.
- [] Verify the instance is accessible at https://localhost:1122 .
- [] Verify the instance is accessible at https://localhost:1122/health . If that is the case, the instance is healthy.
EXECUTE NOW: Complete the above TODO list to achieve: A local Eonvelope instance is running, accessible and healthy at https://localhost:1122 .