ufobat commented on a change in pull request #326: Split of Firewall and Erlang 
Configuration
URL: 
https://github.com/apache/couchdb-documentation/pull/326#discussion_r217131936
 
 

 ##########
 File path: src/cluster/setup.rst
 ##########
 @@ -45,6 +45,28 @@ possible to force an Erlang application to use a specific 
port rage.
 This documentation will use the range TCP ``9100-9200``. Open up those ports in
 your firewalls and it is time to test it.
 
+Configure And Test The Communication With Erlang
+================================================
+
+Make CouchDB use correct IP|FQDN and the open ports.
+----------------------------------------------------
+
+In file etc/vm.args change the the lineĀ ``-name couchdb@127.0.0.1`` to
+``-name couchdb@<this-nodes-ip-address|FQDN>`` for each node which defines
+the node and must be seperate for each node. For clustered setup, each node in
 
 Review comment:
   True! It is indeed confusing. In this commit I was just reordering blocks in 
order to improve the locical order of the sections. So thats exactly what been 
already in the 
[documentation](http://docs.couchdb.org/en/latest/cluster/setup.html#the-cluster-setup-api).
 
   I am a CouchDB Newbie, so I think it tries to express that this setting is 
defining the nodes name. `must be seperate for each node` might be a duplicate 
of the next sentence, which is talking about the uniquness.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to