发博文
个人资料
  • 博客访问:1833841
  • 博文数量:814
  • 博客积分:12936
  • 博客等级:上将
  • 关注人气: 4
  • 注册时间:2006-12-25 09:57:05
订阅我的博客
  • 订阅
  • 订阅到鲜果
  • 订阅到抓虾
  • 订阅到Google
字体大小: 博文
Openfire IM server on RHEL5.1 (2008-04-28 21:21)
分类: Linux


  三步Openfire IM server on RHEL5.1
环境: RHEL5.1 base install
1.# yum install httpd mysql-server php php-gd php-mysql

2.# chmod a+x jdk-6u10-beta-bin-b22-linux-i586-16_apr_2008-rpm.bin && ./jdk-6u10-beta-bin-b22-linux-i586-16_apr_2008-rpm.bin
  # mysqld_install && /etc/init.d/mysqld start
  # mysqladmin password 'atyu30'
  > create database openfire;

3.# tar -zxf openfire_3_5_0.tar.gz -C /usr/local
  # /usr/local/openfire/bin/opefire start
  # netstat -ant | grep LISTEN
tcp        0      0 127.0.0.1:2208              0.0.0.0:*                   LISTEN      
tcp        0      0 0.0.0.0:3306                0.0.0.0:*                   LISTEN      
tcp        0      0 0.0.0.0:111                 0.0.0.0:*                   LISTEN      
tcp        0      0 0.0.0.0:912                 0.0.0.0:*                   LISTEN      
tcp        0      0 127.0.0.1:631               0.0.0.0:*                   LISTEN      
tcp        0      0 127.0.0.1:25                0.0.0.0:*                   LISTEN      
tcp        0      0 127.0.0.1:2207              0.0.0.0:*                   LISTEN      
tcp        0      0 :::9090                     :::*                        LISTEN      
tcp        0      0 :::80                       :::*                        LISTEN      

通过http://IP:9090 去设置系统环境

亲,您还没有登录,请[登录][注册]后再进行评论