Commit 40b827e6 authored by rdecoupe's avatar rdecoupe
Browse files

Edit readme following Rodrique's reviews

No related merge requests found
Showing with 5 additions and 4 deletions
+5 -4
......@@ -96,6 +96,7 @@ Inside this file, edit your network setting (as DNS nameserver: if your host mac
```
if you did not edit your cluster settings since you have git pulled, you may want to use this default settings:
```shell
10.0.0.9 aidmoit-geonetwork
10.0.0.10 namenode
10.0.0.11 datanode1
10.0.0.12 datanode2
......@@ -110,7 +111,7 @@ Inside this file, edit your network setting (as DNS nameserver: if your host mac
```shell
sudo su hadoop
cd /usr/local/hadoop/bin/
hdfs namenode -format
./hdfs namenode -format
```
6. Start HDFS deamon on your cluser
* ssh on namenode
......@@ -122,7 +123,7 @@ Inside this file, edit your network setting (as DNS nameserver: if your host mac
7. Verify your cluster is up:
* on your own device, use a webbrowser
* go on [IP-of-your-namenode]:9870
if default : http://10.0.0.10:9870
if default : http://10.0.0.10:9870 or http://namenode:9870
## Deploy cluster HDFS on servers
work in progress
......@@ -134,7 +135,7 @@ Inside this file, edit your network setting (as DNS nameserver: if your host mac
```shell
vagrant up
```
3. On your own computer, using a webrowser, go on http://10.0.0.9:8080/geonetwork (if IP address as default)
3. On your own computer, using a webrowser, go on http://10.0.0.9:8080/geonetwork (if IP address as default) or on http://aidmoit-geonetwork:8080/geonetwork
## GeoNetwork On server
work in progress
......@@ -142,7 +143,7 @@ work in progress
## License
![licence](https://img.shields.io/badge/Licence-GPL--3-blue.svg)
**Aidmoit's Collect** is free software: you can redistribute it and/or modify
**Aidmoit's ansible deployment** is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
......
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