summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2015-10-13 15:22:23 -0400
committerChristopher Speller <crspeller@gmail.com>2015-10-13 15:22:23 -0400
commit669a14520f255fc03e9f02ef3369567df00a5be3 (patch)
tree3ea7c106d621fb87de31e96e0ad02dc449669806 /doc
parent09a559937536c14ed61f8c692fbfcb56d19483b3 (diff)
parent89dca4eacc8c98d59301acc4d367d4872ca2c33e (diff)
downloadchat-669a14520f255fc03e9f02ef3369567df00a5be3.tar.gz
chat-669a14520f255fc03e9f02ef3369567df00a5be3.tar.bz2
chat-669a14520f255fc03e9f02ef3369567df00a5be3.zip
Merge pull request #1029 from mattermost/Slack-import-help-update
Update help text for Slack Import
Diffstat (limited to 'doc')
-rw-r--r--doc/help/Slack-Import.md14
1 files changed, 9 insertions, 5 deletions
diff --git a/doc/help/Slack-Import.md b/doc/help/Slack-Import.md
index a3b672b04..a2914570b 100644
--- a/doc/help/Slack-Import.md
+++ b/doc/help/Slack-Import.md
@@ -1,18 +1,22 @@
-#### Slack Import (Beta)
+### Slack Import (Beta)
*Note: As a SaaS service, Slack is able to change its export format quickly. If you encounter issues not mentioned in the documentation below, please let us know by [filing an issue](https://github.com/mattermost/platform/issues).*
+#### Usage
+
The Slack Import feature in Mattermost is in "Beta" and focus is on supporting migration of teams of less than 100 registered users. The feature can be accessed from by Team Administrators and Team Owners via the `Team Settings -> Import` menu option.
+- **It is highly recommended that you test Slack import before applying it to an instance intended for production.** If you use Docker, you can spin up a test instance in one line (`docker run --name mattermost-dev -d --publish 8065:80 mattermost/platform`). If you don't use Docker, there are [step-by-step instructions to install Mattermost in preview mode in less than 5 minutes](../install/Docker-Single-Container.md).
+
Mattermost currently supports the processing of an "Export" file from Slack containing account information and public channel archives from a Slack team.
-- In the feature preview, emails and usernames from Slack are used to create new Mattermost accounts, connected to messages history in imported Slack channels. Users can activate these accounts and by going to the Password Reset screen in Mattermost to set new credentials.
-- Once logged in, users will have access to previous Slack messages shared in public channels, now imported to Mattermost.
+- Emails and usernames from Slack are used to create new Mattermost accounts, connected to messages history in imported Slack channels. Users can activate these accounts and by going to the Password Reset screen in Mattermost to set new credentials.
+- Once logged in, users will have access to previous Slack messages shared in public channels, now imported to Mattermost.
-Limitations:
+#### Limitations:
- Newly added markdown suppport in Slack's Posts 2.0 feature announced on September 28, 2015 is not yet supported.
- Slack does not export files or images your team has stored in Slack's database. Mattermost will provide links to the location of your assets in Slack's web UI.
- Slack does not export any content from private groups or direct messages that your team has stored in Slack's database.
-- The Preview release of Slack Import does not offer pre-checks or roll-back and will not import Slack accounts with username or email address collisions with existing Mattermost accounts. Also, Slack channel names with underscores will not import. Also, mentions do not yet resolve as Mattermost usernames (still shows Slack ID).
+- The Beta release of Slack Import does not offer pre-checks or roll-back and will not import Slack accounts with username or email address collisions with existing Mattermost accounts. Also, Slack channel names with underscores will not import. Also, mentions do not yet resolve as Mattermost usernames (still shows Slack ID).