Changes

From Amahi Wiki
Jump to: navigation, search
{{WorkInProgressNeedsUpdate}}[[Category:Apps]]<br/>This article overs section 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===
*Fairly "typical" LAMP technology stack, fortunately Amahi provides "most" of the technology components.
*PHP V5.3 .2 or greaterup to and including ownCloud V7.x. ownCloud 8 or greater requires a minimum of PHP V5.4.x.*Database, MySQL or SQLite(meant for smaller systems such as the Raspberry Pi). Amahi uses MariaDB (previously MySQL ) so why change?
*Favorite text editor.
*Favorite SQL administration (phpMyAdmin) tool, good MySQL database command-line skills, or the Amahi "hda-create-*db-and-user" command line utility.
*Access to owncloud V4.0.7 (tar.bz2 only) or greater.
===Installation===
====PHP====
ownCloud requires PHP V5.3 .4 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"
<br/>
Install PHP modules:
<blockquote>{{Code|<pre>yum install php-gd php-imap php-ldap php-mbstring php-mysql php-odbc php-pdo php-pear php-xml}}</pre>
</blockquote>
<br/>
Install the libraries:
<blockquote>{{Code|<pre>yum install pcre libzip zlib curl libcurl}}</pre>
</blockquote>
ownCloud requires it's own database and a database user ID in order to store cloud information. We will use the command line and an Amahi HDA (hda-create-db-and-user) application to create the database, user ID, and password. This creates a database called "owncloud" and a corresponding user name "owncloud" (the password is also the same as the database and user ID).
<blockquote>{{Code|<pre>hda-create-db-and-user owncloud}}</pre>
</blockquote>
*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|<pre>tar -xjf owncloud-4.0.7.tar.bz2}}</pre>
</blockquote>
*Go to the command line and switch to the root user ID for the next steps.
<blockquote>Change the lines near the bottom to this:
{{Text|Text=<pre>Options Indexes FollowSymLinks +ExecCGI
AddHandler fcgid-script .fcg
AllowOverride FileInfo Limit Options Indexes
Order allow,deny
Allow from all}}</blockquotepre*The file upload size for ownCloud is set to a maximum of 512 MB per file to be uploaded. There are two values stored in file “/var/hda/web-apps/owncloud/html/.htaccess”. The settings are called “upload_max_filesize” and “post_max_size”. <blockquote>Change the values to something like this:{{Text|Text=php_value upload_max_filesize 4.7Gphp_value post_max_size 5G}}</blockquote> *For Amahi the ownCloud data directory will reside in a new location in order to separate user files and data from the application binaries."cd" to directory "/var/hda/web-apps/owncloud/html/config/". Edit the file, "config.php".<blockquote>Change the line " 'datadirectory' " to:{{Text|Text='/var/hda/files/owncloud/data'}}
</blockquote>
*Reboot the server.
*After the server reboots the installation of ownCloud needs to be completed. On on the console start by running the internet web browser and go going to URL: <nowiki>http://owncloud</nowiki>.
*The first screen entries are asking requesting for and the "administration " account to be created. To start with enter Enter “admin” as the user account ID and the password. The password can be changed lateras "admin". '''DO NOT''' hit the “Finish Setup” button yet!
:[[File:oc_first_login.png‎]]
*Click on the "Advanced " menu item. This will reveal information regarding the default location for the data directory and setup parameters required for the database. Change the default data directory to "/var/hda/files/owncloud/data". The new location is required in order to separate user files and data from the ownCloud binaries. *Remember recording the ownCloud MySQLdatabase information? Select MySQL as the database to be used and please enter the database information now. '''DO NOT''' touch the host server name.
* Click the "Finish" button.
===ownCloud Package Testing===
details coming in The ownCloud installation package was successfully tested on the near future...following Linux platforms:
* Fedora 14
* Ubuntu 11.10 LTS
<br/>
The test cases used can be referenced by downloading the spreadsheet, " [[Media:Amahi_ownCloud_Test_Cases.xls‎|Amahi ownCloud Test Cases]] ".
----
[[OwnCloud|Main ownCloud Page]] | [[OwnCloud Tips|ownCloud Tips Page]]
----
<!--Category References follow-->
[[Category:ownCloud Collection]]