Changes

From Amahi Wiki
Jump to: navigation, search
m
===Removing an ownCloud Application===
Even though an ownCloud application is "Disabled" (not available to usersadministration user only) 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.
* Ensure that the application is disabled in Settings => Apps.
* Open a "terminal" window on the host server and "su" to the "root" ID (administrator).
* "cd" in to the "/var/hda/web-apps/owncloud/html/apps" directory. This is where the ownCloud applications are stored.