diff options
author | Badlop <badlop@process-one.net> | 2009-12-09 10:09:35 +0000 |
---|---|---|
committer | Badlop <badlop@process-one.net> | 2009-12-09 10:09:35 +0000 |
commit | 3250c24ff15e8477c3b12a0523338ca6f2c92570 (patch) | |
tree | 45229f8c242463b07fef430e49d69e43f5e7eedd /doc/guide.html | |
parent | Fix erl -setcookie argument in cluster setup (thanks to Jan Koum) (diff) |
This is ejabberd 2.1.x branch, not 2.1.0 tag.
SVN Revision: 2796
Diffstat (limited to 'doc/guide.html')
-rw-r--r-- | doc/guide.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/guide.html b/doc/guide.html index 1a56ae7a4..9c3414957 100644 --- a/doc/guide.html +++ b/doc/guide.html @@ -6,7 +6,7 @@ - ejabberd 2.1.0 + ejabberd 2.1.x Installation and Operation Guide @@ -76,7 +76,7 @@ BLOCKQUOTE.figure DIV.center DIV.center HR{display:none;} <HR SIZE=2><BR> <BR> -<TABLE CELLSPACING=6 CELLPADDING=0><TR><TD ALIGN=right NOWRAP> <FONT SIZE=6><B>ejabberd 2.1.0 </B></FONT></TD></TR> +<TABLE CELLSPACING=6 CELLPADDING=0><TR><TD ALIGN=right NOWRAP> <FONT SIZE=6><B>ejabberd 2.1.x </B></FONT></TD></TR> <TR><TD ALIGN=right NOWRAP> </TD></TR> <TR><TD ALIGN=right NOWRAP> <FONT SIZE=6>Installation and Operation Guide</FONT></TD></TR> </TABLE><BR> @@ -3823,7 +3823,7 @@ serving this connection, otherwise a new connection is opened.</P><P> <A NAME="c and you need to setup another one to make an <TT>ejabberd</TT> cluster. Then do following steps:</P><OL CLASS="enumerate" type=1><LI CLASS="li-enumerate"> Copy <CODE>~ejabberd/.erlang.cookie</CODE> file from <TT>first</TT> to -<TT>second</TT>.<P>(alt) You can also add ‘<CODE>-cookie content_of_.erlang.cookie</CODE>’ +<TT>second</TT>.<P>(alt) You can also add ‘<CODE>-setcookie content_of_.erlang.cookie</CODE>’ option to all ‘<TT>erl</TT>’ commands below.</P></LI><LI CLASS="li-enumerate">On <TT>second</TT> run the following command as the <TT>ejabberd</TT> daemon user, in the working directory of <TT>ejabberd</TT>:<PRE CLASS="verbatim">erl -sname ejabberd \ -mnesia dir "/var/lib/ejabberd/" \ |