srakamine.blogg.se

Install bitnami owncloud on web server
Install bitnami owncloud on web server












  1. Install bitnami owncloud on web server mac os x#
  2. Install bitnami owncloud on web server install#
  3. Install bitnami owncloud on web server update#

Upgrade only ownCloud in the ownCloud packaged by Bitnami (Admin Panel) Restart Apache using the graphical manager or the command line script: $ sudo installdir/ctlscript.sh restart apache Use the command below: $ sudo cp -rf ~/owncloud-backup/conf/ installdir/apps/owncloud/conf/ Restore the Apache configuration files in the new ownCloud stack. $ sudo chmod 664 installdir/apps/owncloud/htdocs/config/config.php $ sudo chown -R daemon:daemon installdir/apps/owncloud/htdocs/config/ $ sudo chown -R daemon:daemon installdir/apps/owncloud/data/

Install bitnami owncloud on web server mac os x#

Restore the permissions (only on Linux and Mac OS X if the stack was installed as root). $ sudo cp -rf ~/owncloud-backup/config installdir/apps/owncloud/htdocs/ You can use the commands below (on Linux and Mac OS X): $ sudo cp -rf ~/owncloud-backup/data installdir/apps/owncloud/data Restore the backup files in the new ownCloud packaged by Bitnami. To do so, use an editor to modify it manually or the commands below (on Linux and Mac OS X): $ sudo cat installdir/apps/owncloud/htdocs/config/config.php | grep -oP "(? )('.*')" | xargs -I % sed -e "s/'dbpassword' => '.*'/'dbpassword' => '%'/g" -i ~/owncloud-backup/config/config.php Restore the database backup as described on the MySQL page.Įdit the backup ~/owncloud-backup/config/config.php file and change the dbpassword parameter using the new one that can be found in the new installdir/apps/owncloud/htdocs/config/config.php file.

Install bitnami owncloud on web server install#

Uninstall the previous ownCloud packaged by Bitnami.ĭownload the latest version of the ownCloud packaged by Bitnami and install it. $ sudo cp installdir/apps/owncloud/htdocs/config ~/owncloud-backup $ sudo cp -rf installdir/apps/owncloud/conf/ ~/owncloud-backup You can use the commands below (on Linux and Mac OS X): $ sudo cp -rf installdir/apps/owncloud/data ~/owncloud-backup You can use the commands below (on Linux and Mac OS X): $ mkdir ~/owncloud-backupīackup the bitnami_owncloud database as described on the MySQL page.Ĭopy the conf/, data and htdocs//config directories to your backup directory. Upgrade ownCloud and all stack components (recommended)Ĭreate a directory to save all the data you need to backup. If you have important data, create and try to restore a backup to ensure that everything works properly.

Install bitnami owncloud on web server update#

It is strongly recommended to create a backup before starting the update process. Learn more about the Bitnami stack environment and about OS X VMs.

install bitnami owncloud on web server

On OS X VMs, the installation directory is /opt/bitnami and OS X VM users can click the “Open Terminal” button to run commands. Before running the commands shown on this page, you should load the Bitnami stack environment by executing the installdir/use_APPNAME script (Linux and MacOS) or by clicking the shortcut in the Start Menu under “Start -> Bitnami APPNAME Stack -> Application console” (Windows).














Install bitnami owncloud on web server