Closed jjisnow closed 5 years ago
Fixed: I ended up following your develop branch:
cd /var/www/nextcloud/apps/qownnotesapi
git checkout develop
Then in the nextcloud web profile -> apps -> qownnotesapi -> enable.
why don't you just install it from the ownCloud / Nextcloud marketplace?
Because from the marketplace, i simply get a 19.4 version as a .tar.gz. File, and the apps option on my server tells me there are no apps that match my version
On Mon, 6 May 2019, 2:15 pm Patrizio Bekerle, notifications@github.com wrote:
why don't you just install it from the ownCloud / Nextcloud marketplace?
— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/pbek/qownnotesapi/issues/29#issuecomment-489496132, or mute the thread https://github.com/notifications/unsubscribe-auth/AAXJ6QLRNUUZSI4CIWS5VH3PT6WGXANCNFSM4HK4UKSQ .
That's strange, because https://apps.nextcloud.com/apps/qownnotesapi says it's compatible with NC 16 and the store detects the version automatically from https://github.com/pbek/qownnotesapi/blob/develop/appinfo/info.xml
Thanks, couldn't install it directly from marketplace on the web interface of the local nextcloud server, but it works fine as long as you do a git checkout develop
before you use it, otherwise the "master" branch is stuck on a Nov 26th merge.
Thanks for the speedy responses!
Error message: App "QOwnNotesAPI" cannot be installed because it is not compatible with this version of the server
Commands: git clone https://github.com/pbek/oqnwnotesapi.git /var/www/nextcloud/apps/qownnotesapi -b master sudo -u www-data php occ app:enable qownnotesapi