You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: server/command/command.go
+13-17
Original file line number
Diff line number
Diff line change
@@ -40,26 +40,22 @@ const (
40
40
41
41
const (
42
42
installServerHelp=`
43
-
To configure the plugin, create a new app in your Confluence instance following these steps:
44
-
1. Navigate to **Settings > Apps > Manage Apps**.
45
-
- For older versions of Confluence, navigate to **Administration > Applications > Add-ons > Manage add-ons**.
46
-
2. Click **Settings** at bottom of page, enable development mode, and apply this change.
47
-
- Enabling development mode allows you to install apps that are not from the Atlassian Marketplace.
48
-
3. Click **Upload app**.
49
-
4. Chose 'From my computer' and upload the **Mattermost for Confluence OBR** file.
50
-
5. Wait for the app to install.
51
-
6. Use the 'configure' button to open the **Mattermost Configuration** page.
52
-
7. Enter the following URL as the **Webhook URL** and click on Save.
53
-
%s
43
+
To configure the plugin, create a new app in your Confluence Server following these steps:
44
+
1. Navigate to **Settings > Apps > Manage Apps**. For older versions of Confluence, navigate to **Administration > Applications > Add-ons > Manage add-ons**.
45
+
2. Choose **Settings** at the bottom of the page, enable development mode, and apply the change. Development mode allows you to install apps from outside of the Atlassian Marketplace.
46
+
3. Press **Upload app**.
47
+
4. Choose **From my computer** and upload the Mattermost for Confluence OBR file.
48
+
5. Once the app is installed, press **Configure** to open the configuration page.
49
+
6. In the **Webhook URL** field, enter: %s
50
+
7. Press **Save** to finish the setup.
54
51
`
55
52
installCloudHelp=`
56
-
To finish the configuration, add a new app in your Confluence instance following these steps:
53
+
To finish the configuration, add a new app in your Confluence Cloud instance following these steps:
57
54
1. Navigate to **Settings > Apps > Manage Apps**.
58
-
2. Click **Settings** at bottom of page, enable development mode, and apply this change.
59
-
- Enabling development mode allows you to install apps that are not from the Atlassian Marketplace.
60
-
3. Click **Upload app**.
61
-
4. In the **From this URL field**, enter: %s
62
-
5. Wait for the app to install. Once completed, you should see an "Installed and ready to go!" message.
55
+
2. Choose **Settings** at the bottom of the page, enable development mode, and apply the change. Development mode allows you to install apps from outside of the Atlassian Marketplace.
56
+
3. Press **Upload App**.
57
+
4. In **From this URL**, enter: %s
58
+
5. Once installed, you will see the "Installed and ready to go!" message.
0 commit comments