Files
zulip/docs/development/setup/vagrant-resume.md
Anders Kaseorg d7556b4060 requirements: Migrate to uv.
https://docs.astral.sh/uv/

Signed-off-by: Anders Kaseorg <anders@zulip.com>
2025-02-24 22:29:24 -08:00

12 lines
323 B
Markdown

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
$ vagrant up
$ vagrant ssh
(zulip-server) vagrant@vagrant:/srv/zulip$ ./tools/run-dev
```