免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 1461 | 回复: 0
打印 上一主题 下一主题

eGroupware 1.6.002 on RHEL 4U5 x86 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2010-02-22 11:51 |只看该作者 |倒序浏览

                                                                                                                eGroupware 1.6.002 on RHEL 4U5 x86的安装手记一。安装OS,分区没有特别要求,建议分割出独立的分区来存储将来放进去的资料和文件,eGw的文件存储目录可以后期在指定二。安装MySQL
http://blog.chinaunix.net/u2/88421/showart_2183750.html
三。安装Apache
http://blog.chinaunix.net/u2/88421/showart_2183740.html
四。安装php(要带GD支持的)
http://blog.chinaunix.net/u2/88421/showart_2181480.html
五。修改php的配置文件:/usr/local/php5.2.2/lib/php.ini1.upload_max_filesize要大于等于8M2.要完全支持多国语言(UTF-8) 或是其它双字节编码,必须设置 mbstring.func_overload = 73.增补 PEAR 组件:  /usr/local/php5.2.2/bin/pear install HTTP_WebDAV_Server-beta  /usr/local/php5.2.2/bin/pear install Auth_SASL  /usr/local/php5.2.2/bin/pear install Net_IMAP  /usr/local/php5.2.2/bin/pear install Net_Sieve  /usr/local/php5.2.2/bin/pear install XML_Feed_Parser  /usr/local/php5.2.2/bin/pear install Log4.解压缩eGroupware-1.6.002.tar.bz2至/usr/local/apache2/htdocs/5.chown -R daemon.daemon egroupware/6.启动Apache服务7.浏览器访问http://服务器ip地址/egroupware,选择语言后执行“执行安装测试”  a.设置header账户的密码  b.到mysql中添加一个数据库,并给他新建一个mysql用户,附上权限,例如:        mysql>create database egroupware;        mysql>grant all on egroupware.* to user@localhost identified by "password"        mysql>grant all on egroupware.* to user@127.0.0.1 identified by "password"        mysql>flush privileges;  c.将上面定义好的信息填入相应位置  d.设置配置管理员的密码  e.点击"写入"-->"继续",即可进入default域的"安装程序"界面,然后按照"步骤"做,最后"返回用户登陆界面"即可
               
               
               
               
               
               
               
               
               
               
               
               
               
               
               
               
               
               
               
               
               

本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u2/88421/showart_2183756.html
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP