docs: Refactor setup-recommended into includable files.

This commit is contained in:
Robert Dyer
2024-03-12 13:55:37 -05:00
committed by Tim Abbott
parent 4d337cfc0d
commit e367718283
8 changed files with 229 additions and 208 deletions

View File

@@ -0,0 +1,13 @@
When you're ready to work on Zulip again, run `vagrant up` (no need to
pass the `--provider` option required above). You will also need to
connect to the virtual machine with `vagrant ssh` and re-start the
Zulip server:
```console
christie@win10 ~/zulip
$ vagrant up
$ vagrant ssh
(zulip-py3-venv) vagrant@vagrant:/srv/zulip
$ ./tools/run-dev
```