slack importer: Add README.md.
This commit is contained in:
parent
0bb50fdc4e
commit
27842b2d24
13
zulip/integrations/slack/README.md
Normal file
13
zulip/integrations/slack/README.md
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
# Slack Data Import Tool
|
||||||
|
|
||||||
|
The slack import tool has been shifted to the Zulip server repository.
|
||||||
|
The data can be converted from slack data format to zulip data format
|
||||||
|
using the command `./manage.py convert_slack_data`.
|
||||||
|
|
||||||
|
The procedure to use this would be:
|
||||||
|
|
||||||
|
1. `./manage.py convert_slack_data <slack_zip_file> <realm_name> --output <output_dir>`.
|
||||||
|
2. To import this converted data into a new Zulip instance, use
|
||||||
|
`./manage.py import --destory-rebuild-database <output_dir>`.
|
||||||
|
3. To import this converted data into an existing Zulip instance (with multiple realms)
|
||||||
|
use `./manage.py import --import-into-nonempty <output_dir>`.
|
Loading…
Reference in a new issue