Commit ad80446f authored by rdecoupe's avatar rdecoupe
Browse files

fix typo 2

No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
...@@ -128,7 +128,7 @@ work in progress ...@@ -128,7 +128,7 @@ work in progress
## GeoNetwork With Vagrant and ansible ## GeoNetwork With Vagrant and ansible
1. Set your nodes' IP address in [VagrantFile](vagrant/geonetwork/Vagrantfile). 1. Set your nodes' IP address in [VagrantFile](vagrant/geonetwork/Vagrantfile).
Inside this file, edit your network setting (as DNS nameserver: if your host machine is on a corporate network, your network administrator may have set rules about using DNS servers. In this case, your network allows only your company's DNS. Please edit them in the settings section *and* in provision shell in vagrantFile. If this is not the case (i.e. no DNS rules), please assign "false" to the COMPANY_NETWORK_DNS_RULE variable. Inside this file, edit your network setting (as DNS nameserver: if your host machine is on a corporate network, your network administrator may have set rules about using DNS servers. In this case, your network allows only your company's DNS. Please edit them in the settings section *and* in provision shell in vagrantFile. If this is not the case (i.e. no DNS rules), please assign "false" to the COMPANY_NETWORK_DNS_RULE variable.
2. in cli : start a geonetwork vm form this directory : vagrant/geonetwork](vagrant/geonetwork) : 2. in cli : start a geonetwork vm form this directory : [vagrant/geonetwork](vagrant/geonetwork) :
```shell ```shell
vagrant up vagrant up
``` ```
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment