mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
docs: Refactor setup-recommended into includable files.
This commit is contained in:
13
docs/development/setup/vagrant-resume.md
Normal file
13
docs/development/setup/vagrant-resume.md
Normal 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
|
||||
```
|
Reference in New Issue
Block a user