From e0c42f9248ff05b4f1ce4c152325563a1dcb1031 Mon Sep 17 00:00:00 2001 From: rdecoupe <remy.decoupes@inrae.fr> Date: Mon, 27 Jan 2020 12:10:16 +0100 Subject: [PATCH] fix typo --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c7d0d41..7f6e963 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,8 @@ Acutally, this project does : * [Your own computer using as many virtual machine you want using Vagrant & ansible](#deploy-cluster-hdfs-with-multiple-vms) * [multiple servers using ansible](#deploy-cluster-hdfs-on-servers) 3. Deploy a geonetwork as metadata system management - * [Your own computer using a virtual machine with Vagrant & ansible provision] + * [Your own computer using a virtual machine with Vagrant & ansible provision](#geonetwork-with-vagrant-and-ansible) + * [deploy on a server](#geonetwork-on-erver) **Prod Environment** : Deploy a mononode HDFS on a server using ansible **Sandbox Environment**: Deploy a mononode HDFS on a VM from Vagrant & Ansible @@ -124,7 +125,7 @@ Inside this file, edit your network setting (as DNS nameserver: if your host mac work in progress # Deploy GeoNetwork -## With Vagrant and ansible +## GeoNetwork With Vagrant and ansible 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. 2. in cli : start a geonetwork vm form this directory : vagrant/geonetwork](vagrant/geonetwork) : @@ -132,7 +133,8 @@ Inside this file, edit your network setting (as DNS nameserver: if your host mac vagrant up ``` 3. On your own computer, using a webrowser, go on http://10.0.0.9:8080/geonetwork (if IP address as default) -## On server + +## GeoNetwork On server work in progress ## License -- GitLab