[实践OK]ownCloud7 , 28 如何在LNMP上搭建ownCloud个人云存储系统,Nginx+ownloud重写及https搭建成功步骤。
背景:这块主要是nginx的配置,网上一堆,但真正能用的是少之又少,再加https加入,相对门槛还是有的,在此,我就以我的xdxp.cn搭建成功为例,遇到各种错,一个是样式不对,第二个是重写不对,第三个是扫描webdav有可能会不对,总之不好搞,国内的网友想用,估计没有自己的vps,用虚拟机是不行的,上配置
迁移时注意日志:/data/htdocs/xdxp.cn/data/owncloud.log Seesion目录需要建立:Failed to write session data (files). Please verify that the current setting of session.save_path is correct (\/data\/session) at \/data\/htdocs\/xdxp.cn\/lib\/private\/session\/internal.php#77","level":3,"time":"2015-05-07T09:14:10+00:00"} chown -R www:www /data/session ,chmod -R 777 /data/session 。777必须否则,还是不行。
如下:
#owncloud cron
*/5 * * * * /usr/local/php/bin/php -f /data/htdocs/xdxp.cn/cron.php
这个文章给我的帮助挺大:
http://303i.com/article/2013/02/28/831.html
不用花钱,直接下载:http://geekpi.cn/Downloads/owncloud_client/
桌面客户端:http://owncloud.org/sync-clients/
ownCloud 是一个来自 KDE 社区开发的免费软件,提供私人的 Web 服务。当前主要功能包括文件管理(内建文件分享)、音乐、日历、联系人等等,可在PC和服务器上运行。http://owncloud.org/
简单来说就是一个基于Php的自建网盘。基本上是私人使用这样,因为直到现在开发版本也没有暴露注册功能。
ownCloud 4 引入了文件版本话和操作回滚功能,增强了加密功能,新的 API以及更快速和方便的浏览 ODF 文件。此外,ownCloud 4.0 还引入对文件拖放上传、共享日历等功能。
国内有一个:
http://wiki.miniyun.cn/index.php?title=%E8%BF%B7%E4%BD%A0%E4%BA%91%E7%94%A8%E5%A4%84--%E5%8A%9E%E5%85%AC%E6%96%87%E6%A1%A3%E5%90%8C%E6%AD%A5%E5%88%A9%E5%99%A8
http://www.xtit.net/post/Bdrive/
http://sparkleshare.org/
Nginx配置:
http://303i.com/article/2013/02/28/831.html
官方nginx配置:
http://doc.owncloud.org/server/4.5/admin_manual/installation.html#nginx-configuration
Install ownCloud with SSL and Nginx in CentOS 6.5:
http://www.tuicool.com/articles/QFJB7z
安装实践:
http://303i.com/article/2013/02/28/831.html
找不到:
http://xdxp.cn/index.php/apps/firstrunwizard/wizard.php
Install ownCloud with SSL and Nginx in CentOS 6.5:
http://www.howtoforge.com/centos-owncloud-nginx
Nginx Conf :
http://www.howtoforge.com/running-owncloud-5.0-on-nginx-lemp-on-debian-wheezy
Https:
http://lanbing.org/post/the-nginx-configuration-ssl-and-forced-http-to-jump-to-the-https.html
界面remote找不到样式的情形:
http://303i.com/article/2013/02/28/831.html
迁移时注意日志:/data/htdocs/xdxp.cn/data/owncloud.log Seesion目录需要建立:Failed to write session data (files). Please verify that the current setting of session.save_path is correct (\/data\/session) at \/data\/htdocs\/xdxp.cn\/lib\/private\/session\/internal.php#77","level":3,"time":"2015-05-07T09:14:10+00:00"} chown -R www:www /data/session ,chmod -R 777 /data/session 。777必须否则,还是不行。
如下:
#owncloud cron
*/5 * * * * /usr/local/php/bin/php -f /data/htdocs/xdxp.cn/cron.php
这个文章给我的帮助挺大:
http://303i.com/article/2013/02/28/831.html
不用花钱,直接下载:http://geekpi.cn/Downloads/owncloud_client/
桌面客户端:http://owncloud.org/sync-clients/
ownCloud 是一个来自 KDE 社区开发的免费软件,提供私人的 Web 服务。当前主要功能包括文件管理(内建文件分享)、音乐、日历、联系人等等,可在PC和服务器上运行。http://owncloud.org/
简单来说就是一个基于Php的自建网盘。基本上是私人使用这样,因为直到现在开发版本也没有暴露注册功能。
ownCloud 4 引入了文件版本话和操作回滚功能,增强了加密功能,新的 API以及更快速和方便的浏览 ODF 文件。此外,ownCloud 4.0 还引入对文件拖放上传、共享日历等功能。
国内有一个:
http://wiki.miniyun.cn/index.php?title=%E8%BF%B7%E4%BD%A0%E4%BA%91%E7%94%A8%E5%A4%84--%E5%8A%9E%E5%85%AC%E6%96%87%E6%A1%A3%E5%90%8C%E6%AD%A5%E5%88%A9%E5%99%A8
http://www.xtit.net/post/Bdrive/
http://sparkleshare.org/
Nginx配置:
http://303i.com/article/2013/02/28/831.html
官方nginx配置:
http://doc.owncloud.org/server/4.5/admin_manual/installation.html#nginx-configuration
Install ownCloud with SSL and Nginx in CentOS 6.5:
http://www.tuicool.com/articles/QFJB7z
安装实践:
http://303i.com/article/2013/02/28/831.html
找不到:
http://xdxp.cn/index.php/apps/firstrunwizard/wizard.php
Install ownCloud with SSL and Nginx in CentOS 6.5:
http://www.howtoforge.com/centos-owncloud-nginx
Nginx Conf :
http://www.howtoforge.com/running-owncloud-5.0-on-nginx-lemp-on-debian-wheezy
Https:
http://lanbing.org/post/the-nginx-configuration-ssl-and-forced-http-to-jump-to-the-https.html
界面remote找不到样式的情形:
http://303i.com/article/2013/02/28/831.html
作者:jackxiang@向东博客 专注WEB应用 构架之美 --- 构架之美,在于尽态极妍 | 应用之美,在于药到病除
地址:http://jackxiang.com/post/5843/
版权所有。转载时必须以链接形式注明作者和原始出处及本声明!
最后编辑: jackxiang 编辑于2015-5-7 17:18
评论列表