aaron
057377207a
Some checks failed
release / begin-notification (push) Has been cancelled
release / build-linux (push) Has been cancelled
release / build-msi-installer (push) Has been cancelled
release / build-mac-installer (push) Has been cancelled
release / upload-to-s3 (push) Has been cancelled
release / github-release (push) Has been cancelled
release / end-notification (push) Has been cancelled
|
||
---|---|---|
.. | ||
en-US | ||
mattermost.admx | ||
README.md |
Developer guide for using Group Policy Objects (GPO) (Windows 10 Pro)
GPOs are used to pre-configure servers, autoUpdater and server management
You can read more about GPOs here
How to use them on your windows machine for development
- Copy the files from this directory (
resources/windows/gpo
) toC:\Windows\PolicyDefinitions
- the filemattermost.admx
should go inC:\Windows\PolicyDefinitions
and the filemattermost.adml
should go inC:\Windows\PolicyDefinitions/en-US
. - Press
Win
+R
to open the "Run" box - Type
gpedit.msc
to open the Group Policy Editor - Select "Administrative Templates" => "Mattermost" - either in "Computer Configuration" or "User Configuration" it shouldn't matter.
- On the right side panel Select the Policy you want to update, eg, "DefaultServerList" then click the "Edit policy setting" hyperlink/button.
- Select the "Enabled" radio checkbox and click the "Show" button under Options.
- A new windows opens where you can add Multiple values for pre-configured servers, where
value name
is the Server Name andvalue
is the Server URL. Example:
Value Name | Value |
---|---|
Community | https://community.mattermost.com |
8. Now if you open your Mattermost desktop application you should be able to see the server in the server dropdown |
Windows 10 Home:
The gpedit.msc
is not available for the Home edition but, there is an open-source tool called Policy Plus that can help with that.