Skip to content

starters-dev/mattermost

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mattermost Self-Hosted

Mattermost is an open source platform for developer collaboration.

This repo is used to configure Mattermost in the Cloud (DigitalOcean.com)

  1. Connect to the remote droplet
> ssh root@IP_ADDRESS
  1. Clone this repo
> git clone https://github.com/kanzitelli/mattermost-traefik.git backend
> cd backend
  1. Create a .env by copying and adjusting the env.example
> cp env.example .env
> nano .env
  1. Run build script
> bash scripts/build.sh

It will setup everything, including ACME (https certificates), PostgreSQL and will run docker.

Thanks to the official Mattermost Docker repo.