owncloud 私有云部署实战

基于CentOS 5.6 64bit LAMP集成系统。

系统要求 php5 (>= 5.3), php5-json php-xml php-mbstring php5-zip php5-gd

可选 php5-sqlite (>= 3), curl, libcurl3, libcurl3-dev, php5-curl, php-pdo

我这里使用的是军哥的LNMPA环境。安装方法http://lnmp.org/lnmpa.html

记得安装完成升级以下php,执行./upgrade_php.sh  选择5.3.13

安装完成后

cd /home/wwwroot

wget http://owncloud.org/owncloud-download-4-0-0

tar -xjf owncloud-4.0.0.tar.bz2

使用http://174.127.117.226/owncloud/ 访问安装界面

提示

2012-05-28_213954

chown -R www:www /home/wwwroot/owncloud/data

然后设定下帐号和密码

2012-05-28_214857 

2012-05-28_215529

然后可以到http://owncloud.org/sync-clients/下载客户端

好了。后面的自己折腾。、。。

posted @ 2012-05-29 23:50  ChaunceyHao  阅读(486)  评论(0)    收藏  举报