Skip to content

Commit

Permalink
Change .nvmrc + add some docs (#503)
Browse files Browse the repository at this point in the history
* bump node version in .nvmrc

* document what prevented me from running the plugin

* wording

* remove weird copilot addition
  • Loading branch information
JulienTant authored Feb 15, 2024
1 parent 0c4f8d2 commit a1cae8f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.10.0
18.17
4 changes: 4 additions & 0 deletions docs/developer_docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,10 @@ Make sure you have the following components installed:
- Make

You also want to have the environment variable `MM_SERVICESETTINGS_ENABLEDEVELOPER="true"` set if you are not working on linux. Without this, the plugin will be built excusively for linux.

In your mattermost config, make sure that `PluginSettings.EnableUploads` is `true`, and `FileSettings.MaxFileSize` is large enough to accept the plugin bundle (eg `256000000`)

### Building the plugin

Run the following command in the plugin repo to prepare a compiled, distributable plugin zip:
Expand Down

0 comments on commit a1cae8f

Please sign in to comment.