ورود

View Full Version : سوال: این ejabberd رو چطوری استفاده کنم ازش ؟



kasra.bgh
شنبه 21 خرداد 1390, 11:34 صبح
با سلام و خسته نباشید

فایل راهنماش برای تنظیمات قسمت چت و فعال کردن :


TInIMOoS ChAT PoRtAl V 3.1
Chat Configuration:
steb 1:
Install ejabberd in your server. Installation procedure provided in the document after this
section.
· Rewrite option should be enabled in appache for example
<Directory />
Options FollowSymLinks
AllowOverride All
Order deny,allow
Deny from all
</Directory>
--> AllowOverride should be set 'All'
--> mod_proxy_http and mod_proxy modules should be turned on

Step 2:
· After installing ejabberd , open ejabberd.cfg accordingly:
{mod_http_fileserver, [{docroot, mod_http_fileserver}]},
· Removed comment(%%) before this line. And edit the mod_http_fileserver with the path of
out TInIMOoS ChAT PoRtAl project For eaxample
{mod_http_fileserver, [{docroot, "/var/lib/TInIMOoS_ChAT_PoRtAl/common/www"}]}
Step 3:
· Restart the server.

Ejabberd Installation
Follow the given below steps to install ejabberd in linux server.
To find the bit of your server
getconf LONG_BIT
For 32 bit
# cd /opt
# wget http://www.process-one.net/downloads/ejabberd/2.1.0-rc2/ejabberd-2.1.0_rc2-linux-x86-
installer.bin.gz
# gunzip ejabberd-2.1.0_rc2-linux-x86-installer.bin.gz
# chmod +x ejabberd-2.1.0_rc2-linux-x86-installer.bin
# ./ejabberd-2.1.0_rc2-linux-x86-installer.bin