starters-dev / mattermost

Mattermost. Self-Hosted. Docker + Traefik + HTTPS.

Home Page:https://mattermost.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Mattermost. Self-Hosted. Docker + Traefik + HTTPS.

https://mattermost.com


Languages

Language:Shell 100.0%