Skip to content
Snippets Groups Projects
Commit 1f6279bf authored by Evan Read's avatar Evan Read
Browse files

Implement review comments

parent 35a72dff
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -36,7 +36,7 @@ Please consider using a virtual machine to run GitLab.
GitLab requires Ruby (MRI) 2.3. Support for Ruby versions below 2.3 (2.1, 2.2) will stop with GitLab 8.13.
 
You will have to use the standard MRI implementation of Ruby.
We love [JRuby](https://www.jruby.org/) and [Rubinius](http://rubini.us/) but GitLab
We love [JRuby](https://www.jruby.org/) and [Rubinius](https://rubinius.com) but GitLab
needs several Gems that have native extensions.
 
## Hardware requirements
Loading
Loading
Loading
Loading
@@ -4,9 +4,9 @@
 
To enable Mattermost integration you must create an incoming webhook integration:
 
1. Sign in to your Mattermost instance
1. Visit incoming webhooks, that will be something like: https://mattermost.example.com/your_team_name/integrations/incoming_webhooks/add
1. Choose a display name, description and channel, those can be overridden on GitLab
1. Sign in to your Mattermost instance.
1. Visit incoming webhooks, that will be something like: `https://mattermost.example.com/your_team_name/integrations/incoming_webhooks/add`.
1. Choose a display name, description and channel, those can be overridden on GitLab.
1. Save it, copy the **Webhook URL**, we'll need this later for GitLab.
 
There might be some cases that Incoming Webhooks are blocked by admin, ask your mattermost admin to enable
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment