首页 > 其他 > 详细

在OpenERP8.0中如何激活及时通讯功能im

时间:2014-01-14 21:26:35      阅读:584      评论:0      收藏:0      [点我收藏+]

How to activate chat (im) in v8 (trunk)

I know its already answered that chat (im) is only available from v8, but I have trunk running and the im and im_livechat modules installed, I can create channels, and insert the code in my website, but the chat icon keeps saying "Instant Messaging is not activated on this server."

How do you activate IM?

Thanks.

2 Answers Sort by ? oldestnewestmost voted

1

answered Jul 3 ‘13

Felipe

216 ● 1 ● 12

First you need to install gevent

apt-get install python-gevent

Then install gevent_psycopg2 I installed this one

https://pypi.python.org/pypi/gevent-psycopg2

Then you need to start the server with --gevent

openerp-server --gevent

the server will be launched in port :8072

server helps mentions this about gevent option "Activate the GEvent mode, this also desactivate the cron."

在OpenERP8.0中如何激活及时通讯功能im

原文:http://www.cnblogs.com/chjbbs/p/3513223.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!