diff --git a/README.md b/README.md index 31d41e73aed5f3b51226061f3e3120507e2d18c4..1aa3ed5f1fcd3d730dcff32eb0fefba575b2a3d1 100644 --- a/README.md +++ b/README.md @@ -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  -**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.