owncloud / core

:cloud: ownCloud web server core (Files, DAV, etc.)
https://owncloud.com
GNU Affero General Public License v3.0
8.35k stars 2.06k forks source link

"occ market:install -l" does not find the info.xml file #37447

Closed voroyam closed 4 years ago

voroyam commented 4 years ago

Despite the app dir containing the info.xml file at the usual localion appinfo/info.xml if I try to install the wopi app with the occ command I get the following error:

occ market:install -l wopi-1.3.0.tar.gz wopi
 : App does not provide an info.xml file
voroyam commented 4 years ago

never mind.

You need to provide an absolute path to the app. Then the command works.

occ market:install -l /tmp/wopi-1.3.0.tar.gz wopi
wopi: Installing new app from /tmp/wopi-1.3.0.tar.gz
wopi: App installed.
jnweiger commented 2 years ago

And you need to have it in a path readable by the www-data user.