mirror of https://github.com/zulip/zulip.git
help: Fix import-self-hosted-server-tips indentation.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
parent
14352547cd
commit
b21d93cdd2
|
@ -72,7 +72,7 @@ to export all public channel messages.
|
|||
(`EXTERNAL_HOST`) of the Zulip installation, run the following
|
||||
commands.
|
||||
|
||||
{!import-self-hosted-server-tips.md!}
|
||||
{!import-self-hosted-server-tips.md!}
|
||||
|
||||
```
|
||||
cd /home/zulip/deployments/current
|
||||
|
|
|
@ -184,7 +184,7 @@ Replace `<username>` and `<server_ip>` with the appropriate values below.
|
|||
(`EXTERNAL_HOST`) of the Zulip installation, run the following commands,
|
||||
replacing `<team-name>` with the name of the Mattermost team you want to import.
|
||||
|
||||
{!import-self-hosted-server-tips.md!}
|
||||
{!import-self-hosted-server-tips.md!}
|
||||
|
||||
```
|
||||
cd /home/zulip/deployments/current
|
||||
|
@ -216,7 +216,7 @@ Replace `<username>` and `<server_ip>` with the appropriate values below.
|
|||
(`EXTERNAL_HOST`) of the Zulip installation, run the following commands,
|
||||
replacing `<team-name>` with the name of the Mattermost team you want to import.
|
||||
|
||||
{!import-self-hosted-server-tips.md!}
|
||||
{!import-self-hosted-server-tips.md!}
|
||||
|
||||
```
|
||||
unzip latest_export.zip -d /tmp/my_mattermost_export
|
||||
|
|
|
@ -69,7 +69,7 @@ be your **exported data** file in the instructions below.
|
|||
(`EXTERNAL_HOST`) of the Zulip installation, run the following
|
||||
commands.
|
||||
|
||||
{!import-self-hosted-server-tips.md!}
|
||||
{!import-self-hosted-server-tips.md!}
|
||||
|
||||
```
|
||||
cd /home/zulip/deployments/current
|
||||
|
|
|
@ -100,7 +100,7 @@ in order to export direct message data.
|
|||
(`EXTERNAL_HOST`) of the Zulip installation, run the following
|
||||
commands, replacing `<token>` with your Slack **Bot User OAuth Token**.
|
||||
|
||||
{!import-self-hosted-server-tips.md!}
|
||||
{!import-self-hosted-server-tips.md!}
|
||||
|
||||
```
|
||||
cd /home/zulip/deployments/current
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
!!! tip ""
|
||||
!!! tip ""
|
||||
|
||||
* The import could take several minutes to run,
|
||||
depending on how much data you're importing.
|
||||
* The import could take several minutes to run,
|
||||
depending on how much data you're importing.
|
||||
|
||||
* The server stop/restart commands are only
|
||||
necessary when importing on a server with minimal
|
||||
RAM, where an OOM kill might otherwise occur.
|
||||
* The server stop/restart commands are only
|
||||
necessary when importing on a server with minimal
|
||||
RAM, where an OOM kill might otherwise occur.
|
||||
|
|
Loading…
Reference in New Issue