Mattermost is an open source platform for secure collaboration across the entire software development lifecycle.
Mattermost is an open source platform for secure collaboration across the entire software development lifecycle. This repo is the primary source for core development on the Mattermost platform; it's written in Go and React and runs as a single Linux binary with MySQL or PostgreSQL. A new compiled version is released under an MIT license every month on the 16th.
Deploy Mattermost on-premises, or try it for free in the cloud.
Learn more about the following use cases with Mattermost:
Other useful resources:
- Download and Install Mattermost - Install, setup, and configure your own Mattermost instance.
- Product documentation - Learn how to run a Mattermost instance and take advantage of all the features.
- Developer documentation - Contribute code to Mattermost or build an integration via APIs, Webhooks, slash commands, Apps, and plugins.
Table of contents
- Install Mattermost
- Native mobile and desktop apps
- Get security bulletins
- Get involved
- Learn more
- License
- Get the latest news
- Contributing
Install Mattermost
- Download and Install Mattermost Self-Hosted - Deploy a Mattermost Self-hosted instance in minutes via Docker, Ubuntu, or tar.
- Get started in the cloud to try Mattermost today.
- Developer machine setup - Follow this guide if you want to write code for Mattermost.
Other install guides:
- Deploy Mattermost on Docker
- Mattermost Omnibus
- Install Mattermost from Tar
- Ubuntu 20.04 LTS
- Kubernetes
- Helm
- Debian Buster
- RHEL 8
- More server install guides
Native mobile and desktop apps
In addition to the web interface, you can also download Mattermost clients for Android, iOS, Windows PC, macOS, and Linux.
Get security bulletins
Receive notifications of critical security updates. The sophistication of online attackers is perpetually increasing. If you're deploying Mattermost it's highly recommended you subscribe to the Mattermost Security Bulletin mailing list for updates on critical security releases.
Get involved
- Contribute to Mattermost
- Find "Help Wanted" projects
- Join Developer Discussion on a Mattermost server for contributors
- Get Help With Mattermost
Learn more
- API options - webhooks, slash commands, drivers, and web service
- See who's using Mattermost
- Browse over 700 Mattermost integrations
Get the latest news
- X - Follow Mattermost on X, formerly Twitter.
- Blog - Get the latest updates from the Mattermost blog.
- Facebook - Follow Mattermost on Facebook.
- LinkedIn - Follow Mattermost on LinkedIn.
- Email - Subscribe to our newsletter (1 or 2 per month).
- Mattermost - Join the ~contributors channel on the Mattermost Community Server.
- IRC - Join the #matterbridge channel on Freenode (thanks to matterircd).
- YouTube - Subscribe to Mattermost.
from https://github.com/mattermost/mattermost
------
https://mattermost.com/
https://mattermost.com/download/
https://mattermost.com/download/#desktop
https://mattermost.com/download/#mattermostApps
https://docs.mattermost.com/guides/deployment.html
-------------------------------------------------------------------
Mattermost Desktop application for Windows, Mac and Linux.
Mattermost Desktop
Mattermost is an open source platform for secure collaboration across the entire software development lifecycle. This repo is for the native desktop application that's built on Electron; it runs on Windows, Mac, and Linux.
Originally created as "electron-mattermost" by Yuya Ochiai.
Features
Desktop integration
- Server dropdown for access to multiple servers
- Dedicated tabs for Channels, Boards and Playbooks
- Desktop Notifications
- Badges for unread channels and mentions
- Deep Linking to open Mattermost links directly in the app
- Runs in background to reduce number of open windows
Usage
Installation
Detailed guides are available at docs.mattermost.com.
- Download a file from the downloads page or from the releases page.
- Run the installer or unzip the archive.
- Launch Mattermost from your Applications folder, menu, or the unarchived folder.
- On the first launch, please enter a name and URL for your Mattermost server. For example,
https://mattermost.example.com
.
Configuration
You can show the dialog from menu bar.
Configuration will be saved into Electron's userData directory:
%APPDATA%\Mattermost
on Windows~/Library/Application Support/Mattermost
on OS X~/.config/Mattermost
on Linux
A custom data directory location can be specified with:
Mattermost.exe --args --data-dir C:\my-mattermost-data
on Windowsopen /Applications/Mattermost.app/ --args --data-dir ~/my-mattermost-data/
on macOS./mattermost-desktop --args --data-dir ~/my-mattermost-data/
on Linux
Custom App Deployments
Our docs provide a guide on how to customize and distribute your own Mattermost Desktop App, including how to distribute the official Windows Desktop App silently to end users, pre-configured with the server URL and other app settings.
Development and Making Contributions
Our developer guide has detailed information on how to set up your development environment, develop, and test changes to the Desktop App.
from https://github.com/mattermost/desktop
No comments:
Post a Comment