Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation fails on command line #34

Closed
christefano opened this issue Apr 5, 2020 · 3 comments
Closed

Installation fails on command line #34

christefano opened this issue Apr 5, 2020 · 3 comments
Labels

Comments

@christefano
Copy link

christefano commented Apr 5, 2020

Installation fails on Nextcloud 18.0.3 stable.

$ git clone https://github.com/pbek/qownnotesapi.git apps/qownnotesapi -b master
Cloning into 'apps/qownnotesapi'...
remote: Enumerating objects: 25, done.
remote: Counting objects: 100% (25/25), done.
remote: Compressing objects: 100% (18/18), done.
remote: Total 474 (delta 9), reused 18 (delta 6), pack-reused 449
Receiving objects: 100% (474/474), 1.01 MiB | 7.34 MiB/s, done.
Resolving deltas: 100% (269/269), done.
$ ./occ app:enable qownnotesapi
App "QOwnNotesAPI" cannot be installed because it is not compatible with this version of the server.

Installation works from the Nextcloud app store, though! Confirmed with the QOwnNotes app on macOS:

The connection was made successfully!
Server version: 18.0.3.0
QOwnNotesAPI version: 20.1.0
@pbek pbek added the question label Apr 5, 2020
@pbek
Copy link
Owner

pbek commented Apr 5, 2020

I guess you need to try the develop branch if your really must install it on the cli. Is there a reason you don't want to use the nextcloud store?

@christefano
Copy link
Author

Is there a reason you don't want to use the nextcloud store?

I was just following the instructions in the README.md on the project page here in GitHub.

Like I said, installation works from the Nextcloud app store 🙂 I opened this issue because there seems to be either a bug or perhaps inaccurate documentation in the README.

@pbek
Copy link
Owner

pbek commented Apr 7, 2020

Thank you, I updated the readme to use the develop branch (of course the integrity check will still fail).

@pbek pbek closed this as completed Apr 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants