Changes

From Amahi Wiki
Jump to: navigation, search
m
no edit summary
test owncloud sharing
===Upgrading ownCloud on Amahi===
 To update an ownCloud installation manually, follow those steps: * Do a backup.* Download the new tarball (tar.bz2) file for the new ownCloud release in to a known directory location. * Extract the tarball and copy in to the ownCloud application directory. <blockquote>{{Code|tar -xjf path/to/downloaded/owncloud-x.x.x.tar.bz2cp -r owncloud /var/hda/web-apps/owncloud/html}} </blockquote> * Using the "cd" command go to "/var/hda/web-apps/owncloud/html/".* Change the ownership and permissions of the contents of this directory (Ubuntu ownerships are "www-data:www-data"). <blockquote>{{Code|​chown -vR apache:users *chmod -vR 775 *}} </blockquote>    Always do backups anyway.To upgrade ownCloud, follow those steps:
• Make sure that you ran the latest point release of the major ownCloud version, e.g. 4.0.x in the 4.5.x series. If not, update to that version first (see above).
• With the next page request the update procedures will run.
• If you had 3rd party applications, check if they provide versions compatible with the new release. If so, install and enable them, update procedures will run if needed.
 
When reinstalling the ownCloud package make sure all data is backed up. To upgrade to the next version of ownCloud instance, replace the files (copy) with the new set from the download. Leave the "config/" directory intact to preserve your ownCloud configuration data. The upgrade will happen automatically 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).
 
===Upgrading ownCloud on Amahi===
<br>