Installation

Installing by downloading Binary

Download the latest release and extract the listmonk binary.

Generate config.toml by using below command and then edit file.

./listmonk –new-config

Use below command to install PostgreSQL.

./listmonk –install

Run below command, open your browser and visit http://localhost:9000

./listmonk

Installing using Docker

The latest image is available on DockerHub at listmonk/listmonk:latest

Use sample docker-compose.yml to run listmonk and PostgreSQL by following below command.


docker-compose up db
docker-compose run –rm app ./listmonk

Use following command to Run the app.

docker-compose up app

Now, open your browser and visit http://localhost:9000

 English