Changes

From Amahi Wiki
Jump to: navigation, search
m
no edit summary
{{WorkInProgress}}
[[Category:Apps]]
<br/>
This article overs covers the manual installation for [http://www.amahi.org/apps/owncloud ownCloud] on the Fedora 14 (32 bit) version of Amahi. The following installation and setup information helped as part of the process to create the Amahi ownCloud “one-click” installation package.
__TOC__
===Prerequisites===
====PHP====
ownCloud requires PHP V5.3 or greater to be installed on the server. The following additional PHP dependencies modules need to be installed.
{| style="border-collapse: collapse; border-width: 1px; border-style: solid; border-color: #000; padding: 1px"
*Download the latest release from the ownCloud Community site, "http://owncloud.org/" and save in a directory say, "working".
*"cd" in to the working directory.
*Use the "tar" command to extract the ownCloud binaries in to the working directory. We will use the ownCloud downloaded file name as "owncloud-4.0.7.tar.bz2". The owncloud tar file should now have been will be extracted in to an "owncloud" subdirectory in the working directory.
<blockquote>{{Code|tar -xjf owncloud-4.0.7.tar.bz2}}
</blockquote>