Changes

From Amahi Wiki
Jump to: navigation, search
395 bytes added ,  15:46, 5 January 2013
m
===Removing an ownCloud Application===
Even though an ownCloud application is "Disabled" (not available to users) the program code remains in a directory. Sometimes it may be necessary to completely remove the application's program code from the ownCloud instance. Additionally there are some database entries that have to be removed also. In this example the "Who Share" application code will be removed.
* Open a "terminal" window on the host server and "su" to the "root" ID (administrator).
* Using the "ls" command again should show that the "files_whoshare" is gone.
* Close the terminal window.
* All entries in the ownCloud MySQL database have to be removed this can done by using phpMyAdmin.
* In the database table "oc_appconfig", find all entries having the name of the "files_whoshare" application as "appid".
* Remove those entries.
* Now the "files_whoshare" application is completely removed from ownCloud.
===Mounting ownCloud as a File Share===