Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 1.15 KB

developer-setup-guide.md

File metadata and controls

20 lines (13 loc) · 1.15 KB

Developer setup guide

  1. If you don't yet have a Mattermost instance for development, first follow the Mattermost developer setup guide. For additional information about Mattermost plugin development, check out the plugin developer setup guide.

  2. Clone and enter this repository:

    git clone https://github.com/mattermost/mattermost-plugin-ai && cd mattermost-plugin-ai
  3. Install Mattermost Copilot Plugin on Mattermost by following the plugin developer workflow documentation or using this command:

    MM_SERVICESETTINGS_SITEURL=http://localhost:8065 MM_ADMIN_USERNAME=<YOUR_USERNAME> MM_ADMIN_PASSWORD=<YOUR_PASSWORD> make deploy
  4. Access Mattermost and configure the Mattermost Copilot Plugin:

    1. Log in to Mattermost as an administrator
    2. Follow the Mattermost Product Documentation to set up the Mattermost Copilot Plugin.