docs: Always suggest start-server, now that it is safer.

This commit is contained in:
Alex Vandiver 2023-04-04 16:37:16 +00:00 committed by Tim Abbott
parent dd5dbcabcb
commit a77c89f610
1 changed files with 2 additions and 1 deletions

View File

@ -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