mirror of
https://github.com/zulip/zulip.git
synced 2025-10-28 18:43:52 +00:00
docs: Always suggest start-server, now that it is safer.
This commit is contained in:
committed by
Tim Abbott
parent
dd5dbcabcb
commit
a77c89f610
@@ -359,7 +359,7 @@ cd ~
|
|||||||
tar -xf /path/to/export/file/zulip-export-zcmpxfm6.tar.gz
|
tar -xf /path/to/export/file/zulip-export-zcmpxfm6.tar.gz
|
||||||
cd /home/zulip/deployments/current
|
cd /home/zulip/deployments/current
|
||||||
./manage.py import '' ~/zulip-export-zcmpxfm6
|
./manage.py import '' ~/zulip-export-zcmpxfm6
|
||||||
# ./scripts/start-server
|
./scripts/start-server
|
||||||
```
|
```
|
||||||
|
|
||||||
This could take several minutes to run depending on how much data you're
|
This could take several minutes to run depending on how much data you're
|
||||||
@@ -377,6 +377,7 @@ root domain. Replace the last two lines above with the following, after replacin
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
./manage.py import <subdomain> ~/zulip-export-zcmpxfm6
|
./manage.py import <subdomain> ~/zulip-export-zcmpxfm6
|
||||||
|
./scripts/start-server
|
||||||
```
|
```
|
||||||
|
|
||||||
### Logging in
|
### Logging in
|
||||||
|
|||||||
Reference in New Issue
Block a user