Back to Mattermost

Tools

docs/develop/contribute/more-info/server/tooling.md

11.10.0857 B
Original Source

Mattermost Server

In the mattermost repository, we are using Docker images and Docker Compose to set up the development enviroment. The following are required images:

We also have added optional tools to help with your development:

Dejavu

Dejavu is a user interface for Elasticsearch when no UI is provided to visualize or modify the data you're storing inside Elasticsearch.

To use Dejavu, execute docker-compose up -d dejavu. It will run at http://localhost:1358.