Difference between revisions of "Filesystems: OwnCloud"
Jump to navigation
Jump to search
(Created page with "Owncloud allows you to set up a file store similar to drop box. There are two parts to it, the client and the server. == Server Installation == === Pre Requisites == Apach...") |
|||
| Line 3: | Line 3: | ||
== Server Installation == | == Server Installation == | ||
| − | === Pre Requisites == | + | === Pre Requisites === |
Apaches Webserver | Apaches Webserver | ||
| Line 12: | Line 12: | ||
| − | === Repositories == | + | === Repositories === |
This didn't work when I tried it, but it may be have been fixed since. See the Owncloud website for full documentation. | This didn't work when I tried it, but it may be have been fixed since. See the Owncloud website for full documentation. | ||
| Line 22: | Line 22: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
| − | ==Manual Install == | + | ===Manual Install === |
<syntaxhighlight> | <syntaxhighlight> | ||
Revision as of 13:11, 14 August 2013
Owncloud allows you to set up a file store similar to drop box. There are two parts to it, the client and the server.
Server Installation
Pre Requisites
Apaches Webserver Database - eg postgress Php - including Database modules
Restart httpd after installing packages.
Repositories
This didn't work when I tried it, but it may be have been fixed since. See the Owncloud website for full documentation.
cd /etc/yum.repos.d/
wget http://download.opensuse.org/repositories/isv:ownCloud:community/CentOS_CentOS-6/isv:ownCloud:community.repo
yum install owncloudManual Install
wget http://download.owncloud.org/community/owncloud-5.0.10.tar.bz2
tar xzvf owncloud-5.0.10.tar.bz2
cp owncloud /var/http/htmlPoint you web browser at the system and follow the on screen instructions.