mirror of https://github.com/zulip/zulip.git
docs: Always suggest start-server, now that it is safer.
This commit is contained in:
parent
dd5dbcabcb
commit
a77c89f610
|
@ -359,7 +359,7 @@ cd ~
|
|||
tar -xf /path/to/export/file/zulip-export-zcmpxfm6.tar.gz
|
||||
cd /home/zulip/deployments/current
|
||||
./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
|
||||
|
@ -377,6 +377,7 @@ root domain. Replace the last two lines above with the following, after replacin
|
|||
|
||||
```bash
|
||||
./manage.py import <subdomain> ~/zulip-export-zcmpxfm6
|
||||
./scripts/start-server
|
||||
```
|
||||
|
||||
### Logging in
|
||||
|
|
Loading…
Reference in New Issue