Note
The Funtoo Linux project has transitioned to "Hobby Mode" and this wiki is now read-only.
Difference between revisions of "Package:Owncloud"
Jump to navigation
Jump to search
Threesixes (talk | contribs) m (add link to upstreams nginx config... will need to adjust that so its easy to work with) |
Threesixes (talk | contribs) m (add links to better formed wikis on the subject. link against openssl package.) |
||
Line 7: | Line 7: | ||
Owncloud is a self hosted cloud repository web application. | Owncloud is a self hosted cloud repository web application. | ||
=== | === Install === | ||
{{note| | {{note|Owncloud is usually ran with {{package|dev-libs/openssl}}. If you intend this to be internal use only, use without ssl (and vpn between office locations) is probably ok.}} | ||
{{console|body=###i## emerge owncloud}} | {{console|body=###i## emerge owncloud}} | ||
=== | === Nginx === | ||
Upstream has | Upstream has configs for nginx. | ||
;https://doc.owncloud.org/server/8.0/admin_manual/installation/nginx_configuration.html | |||
=== External Resources === | |||
;https://wiki.archlinux.org/index.php/OwnCloud | |||
;http://wiki.gentoo.org/wiki/Owncloud | |||
{{EbuildFooter}} | {{EbuildFooter}} |
Revision as of 10:02, March 22, 2015
Owncloud
Tip
We welcome improvements to this page. To edit this page, Create a Funtoo account. Then log in and then click here to edit this page. See our editing guidelines to becoming a wiki-editing pro.
Owncloud is a self hosted cloud repository web application.
Install
Note
Owncloud is usually ran with dev-libs/openssl. If you intend this to be internal use only, use without ssl (and vpn between office locations) is probably ok.
root # emerge owncloud
Nginx
Upstream has configs for nginx.
External Resources