Changes

From Amahi Wiki
Jump to: navigation, search
m
====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 should now have been extracted in to an "owncloud" subdirectory in the working directory.
<blockquote>{{Code|tar -xjf owncloud-4.0.7.tar.bz2}}
</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====