分类目录

Howto: Google Wave reference implementation with ejabberd

Refer to:  http://www.process-one.net/en/blogs/article/using_google_wave_reference_implementation_with_ejabberd/

Installation steps (#Bourne shell):

1. Erlang installation Download the Erlang source from http://erlang.org/download.html # tar zxvf otp_src_R13B02-1.tar.gz # cd otp_src_R13B02-1 # LANG=C; export LANG # ./configure # make # make install # erl -version Erlang (ASYNC_THREADS,HIPE) (BEAM) emulator version 5.7.3 2. Ejabberd installation Download Ejabberd from http://www.process-one.net/en/ejabberd/downloads. I download “Linux x86 32-bits [...]