May 2019
Intermediate to advanced
442 pages
11h 36m
English
To launch a new test environment, move into the following chapter path, relative to the code repository root:
cd ./chapter13/
Ensure that no other test environments are running and spin up this chapter's environment, by using this command:
vagrant global-statusvagrant up
You can validate the successful deployment of the test environment using the following command:
vagrant status
This will output the following:
Current machine states:shard01 running (virtualbox)shard02 running (virtualbox)global running (virtualbox)This environment represents multiple VMs. The VMs are all listed above with their current state. For more information about a specific VM, run `vagrant status NAME`.
When the deployment tasks end, you'll be able to ...
Read now
Unlock full access