Via docker-compose
The simplest way to run the whole setup is by using the included docker compose
Video guide
For a video version of the step-by-step guide below click on the following image. Note that all the commands executed in the video are part of the Step-by-step guide below.
Step-by-step guide
Prerequisites
wget
Set up the environment
Start by creating a folder on your machine to host all the memento-related files. This can be placed anywhere.
Just keep in mind that it requires some disk space as it will also host the volume for the database.
The next step is to download the config and docker-compose file from github. You can do that manually or using the following commands:
At the end of this step, your directory should look like follows:
Next step is to create a folder that our docker-compose will mount as a volume for the memento container. We'll use this to host Memento's configuration file.
Copy the config and edit it as needed
By default, the values for postgres and redis are correct for using with docker compose.
Start everything
Open the dashboard to check progress
Last updated
Was this helpful?