Skip to content

Commit 05576f8

Browse files
committed
add note about from scratch worker install
1 parent 90bb78c commit 05576f8

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

_docs/developer/getting_started/worker_vm.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,18 @@ machines* in addition to your primary vagrant virtual machine.
3535
```
3636
vagrant workers up
3737
```
38+
Alternatively, if you are testing the worker install process, it may be helpful to install the worker machine(s) from scratch.
39+
40+
On Linux or Mac type:
41+
```
42+
FROM_SCRATCH=1 vagrant workers up
43+
```
44+
On Windows with `cmd` type:
45+
```
46+
SET FROM_SCRATCH=1
47+
vagrant workers up
48+
```
49+
3850
_NOTE: Do not use the --provider flag with this command, since it will conflict with the
3951
provider of the main virtual machine._
4052

0 commit comments

Comments
 (0)