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 and Install the Current ownCloud Release====
*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 will be extracted in to an "owncloud" subdirectory in the working directory.
<blockquote><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.
*"cd" in to the owncloud directory and do the "ls" command. This listing with show a variety of directories and files.
*Do a recurisive copy of all of the files directories and files to the owncloud web-app "html" directory, "cp -r * /var/hda/web-apps/owncloud/html/".
*Now "cd" to the location of the owncloud web-apps directory, "cd /var/hda/web-apps/".
*Do a recursive change ownership command, "chown -R apache:users owncloud". This will ensure all of the owncloud directories and files have the same system ownership.
====Finalize the ownCloud Installation====
more coming soon*When the Amahi ownCloud web application was created an Apache virtual host file was created at “/etc/httpd/conf.d” and with a name similar to this, “1###-owncloud.conf”<blockquote>Change the lines near the bottom to this:<pre>Options Indexes FollowSymLinks +ExecCGIAddHandler fcgid-script .fcgAllowOverride FileInfo Limit Options IndexesOrder allow,denyAllow from all</pre></blockquote> *Reboot the server. *After the server reboots the installation of ownCloud needs to be completed on the console by running the internet web browser and going to URL: <nowiki>http://owncloud</nowiki>. *The first screen entries are requesting for the "administration" account to be created. Enter “admin” as the user ID and the password as "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 enter the database information now. '''DO NOT''' touch the host server name. * Click the "Finish" button.:[[File:oc_final_setups.png‎]] *ownCloud should now complete installation and go to the menu screen for the administration account.:[[File:oc_post_finalize_user_menu.png‎ ‎]] *That's it!
===Upgrading ownCloud to New Releases===
To upgrade to the next version of ownCloud instance, replace the files (copy) with the new set from the download. Leave the "config/" and "data/" directories directory intact to preserve your ownCloud configuration data. The upgrade will happen automatically when you first upon the next user login. Please remember to check the “apache:users” ownership on the copied files and directories. If they are not set, use the “chown” command (recursively). The upgrade will happen automatically upon the next user login. ===ownCloud Package Testing=== The ownCloud installation package was successfully tested on the following Linux platforms:
Please remember to check * Fedora 14* Ubuntu 11.10 LTS<br/>The test cases used can be referenced by downloading the “apachespreadsheet, " [[Media:users” ownership on the copied files and directoriesAmahi_ownCloud_Test_Cases. If they are not set, use the “chown” command (recursively)xls‎|Amahi ownCloud Test Cases]] ".
----
[[OwnCloud|Main ownCloud Page]] | [[OwnCloud Tips|ownCloud Tips Page]]
----
<!--Category References follow-->
[[Category:ownCloud Collection]]