Improve clarity of vagantfile edit.
parent
76e8800d9b
commit
d489e1594e
|
@ -45,7 +45,7 @@ If you do change any of these, **please consider that a personal preference and
|
|||
|
||||
The network used by the Virtual Box virtual machines is `192.168.56.0/24`.
|
||||
|
||||
To change this, edit the [Vagrantfile](../vagrant/Vagrantfile) and set the new value for the network prefix at line 9. This should not overlap any of the other network settings.
|
||||
To change this, edit the [Vagrantfile](../vagrant/Vagrantfile) in your cloned copy (do not edit directly in github), and set the new value for the network prefix at line 9. This should not overlap any of the other network settings.
|
||||
|
||||
Note that you do not need to edit any of the other scripts to make the above change. It is all managed by shell variable computations based on the assigned VM IP addresses and the values in the hosts file (also computed).
|
||||
|
||||
|
|
Loading…
Reference in New Issue