24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-10 21:47:01 +02:00
Go to file
Badlop 44d65ff303 * src/configure.ac: Don't hardcode gcc and options (EJAB-436)
* src/Makefile.in: 
* src/ejabberd_zlib/Makefile.in: 
* src/eldap/Makefile.in: 
* src/mod_irc/Makefile.in: 
* src/mod_muc/Makefile.in: 
* src/mod_proxy65/Makefile.in: 
* src/mod_pubsub/Makefile.in: 
* src/odbc/Makefile.in: 
* src/pam/Makefile.in: 
* src/stringprep/Makefile.in: 
* src/tls/Makefile.in: 
* src/web/Makefile.in:

SVN Revision: 1000
2007-11-29 16:59:35 +00:00
contrib SVN Revision: 754 2007-04-27 14:10:19 +00:00
doc * doc/guide.tex: It should be made more clear that domain_certfile 2007-11-28 17:16:36 +00:00
examples * examples/extauth/check_pass_null.pl: Fixed external 2007-11-22 13:46:50 +00:00
src * src/configure.ac: Don't hardcode gcc and options (EJAB-436) 2007-11-29 16:59:35 +00:00
tools apply rootdir patch from Badlop (EJAB-385) 2007-09-27 12:32:05 +00:00
.gitignore * src/ejabberd_s2s.erl: don't use the resource of the sender to choose 2007-10-30 17:38:40 +00:00
ChangeLog * src/configure.ac: Don't hardcode gcc and options (EJAB-436) 2007-11-29 16:59:35 +00:00
COPYING * src/msgs/nl.msg: Updated (thanks to Sander Devrieze) 2004-10-09 20:15:49 +00:00
README * README: Added this file as a quickstart guide. 2006-12-16 13:57:37 +00:00

ejabberd - High-Performance Enterprise Instant Messaging Server 

Quickstart guide

0. Dependancies

To build ejabberd, you need:
 - GNU Make
 - GCC
 - libexpat 1.95 or higher
 - Erlang/OTP R9C-2 or higher
 - OpenSSL 0.9.6 or higher (optional)
 - Zlib 1.2.3 or higher (optional)
 - GNU Iconv 1.8 or higher (optional, not needed on systems with GNU libc)

1. Build and install on *nix systems

To build ejabberd, please go into the src directory and type the 
following commands:
 ./configure && make
 sudo make install

These commands will:
 - install a startup script into the directory /usr/sbin,
 - install ejabberd into the directory /var/lib/ejabberd,
 - install the configuration file into /etc/ejabberd,
 - create a directory called /var/log/ejabberd to store log files.

Note: "sudo make install" means that the "make install" command should
      be run with system administrator rights (root).

2. Run

To run ejabberd, type the following command:
 erl -pa /var/lib/ejabberd/ebin -sname ejabberd -s ejabberd

For detailled informations, please refer to:
http://www.process-one.net/en/projects/ejabberd/docs/guide_en.html