Difference between revisions of "Package:Owncloud"

From Funtoo
Jump to navigation Jump to search
m (add link to upstreams nginx config... will need to adjust that so its easy to work with)
m (grammar, minor wording changes)
 
(One intermediate revision by one other user not shown)
Line 7: Line 7:
Owncloud is a self hosted cloud repository web application.
Owncloud is a self hosted cloud repository web application.


===install===
=== Install ===
{{note|owncloud is usually ran with ssl.}}
{{note|Owncloud is typically run with {{package|dev-libs/openssl}}.  If this is intended for internal (local) use only, using without SSL (and VPN between office locations) is probably ok.}}


{{console|body=###i## emerge owncloud}}
{{console|body=###i## emerge owncloud}}


===nginx===
=== Nginx ===
Upstream has a config for nginx. https://doc.owncloud.org/server/8.0/admin_manual/installation/nginx_configuration.html
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}}

Latest revision as of 15:56, 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 typically run with dev-libs/openssl. If this is intended for internal (local) use only, using without SSL (and VPN between office locations) is probably ok.

root # emerge owncloud

Nginx

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