diff options
author | Mickaël Rémond <mickael.remond@process-one.net> | 2007-08-01 18:09:00 +0000 |
---|---|---|
committer | Mickaël Rémond <mickael.remond@process-one.net> | 2007-08-01 18:09:00 +0000 |
commit | d5e14e686aa29edaf241bced8a7a2977f31dbda8 (patch) | |
tree | fb4015fd530f6ac5aeaa5b1c21390a6971c406cf /doc/guide.tex | |
parent | * src/ejabberd_s2s_out.erl: Avoid bouncing messages twice if terminate happen... (diff) |
* doc/guide.tex: Front page table formatting that render correctly in HTML and update mentionning CEAN as a way to install ejabberd (Thanks to Badlop) (EJAB-272).
SVN Revision: 855
Diffstat (limited to 'doc/guide.tex')
-rw-r--r-- | doc/guide.tex | 35 |
1 files changed, 26 insertions, 9 deletions
diff --git a/doc/guide.tex b/doc/guide.tex index 685389eda..84b042e01 100644 --- a/doc/guide.tex +++ b/doc/guide.tex @@ -102,16 +102,16 @@ the processing discipline for #1 IQ queries (see section~\ref{modiqdiscoption}). \setlength{\larg}{14.5cm} \title{ {\rule{\larg}{1mm}}\vspace{7mm} -\begin{tabular}{p{4cm} r} - & {\huge {\bf ejabberd \version\ }} \\ - & \\ - & {\huge Installation and Operation Guide} +\begin{tabular}{r} + {\huge {\bf ejabberd \version\ }} \\ + \\ + {\huge Installation and Operation Guide} \end{tabular}\\ \vspace{2mm} {\rule{\larg}{1mm}} \vspace{2mm} \\ -\begin{tabular}{p{11cm} r} - & {\large \bf \today} +\begin{tabular}{r} + {\large \bf \today} \end{tabular}\\ \vspace{5.5cm} } @@ -174,13 +174,30 @@ ejabberd Development Team \section{Installing ejabberd with Graphical Installer} The easiest approach to install an ejabberd Instant Messaging server -is to use the graphical installer. The installer is available from -Process-one -website\footahref{http://www.process-one.net/en/ejabberd/downloads/}. +is to use the graphical installer. The installer is available in +ejabberd Process-one +\footahref{http://www.process-one.net/en/ejabberd/downloads/}{downloads page}. The installer will deploy and configure a full featured ejabberd server and does not require any extra dependancies. +\section{Installing ejabberd with Operating System specific packages} + +Some Operating Systems provide a specific ejabberd package adapted to +your system architecture and libraries, which also checks dependencies +and performs basic configuration tasks like creating the initial +administrator account. Some examples are Debian and Gentoo. Consult the +resources provided by your Operating System for more information. + +\section{Installing ejabberd with CEAN} + +\footahref{http://cean.process-one.net/}{CEAN} +(Comprehensive Erlang Archive Network) is a repository that hosts binary +packages from many Erlang programs, including ejabberd and all its dependencies. +The binaries are available for many different system architectures, so this is an +alternative to the binary installer and Operating System's ejabberd packages. + + \section{Installation from Source} \label{installsource} \ind{installation} |