Closed rsnevers closed 1 year ago
@zoldello can you update the documentation?
@rsnevers Please, verify this was fixed. If not, reopen this ticket.
@zoldello simply changing kachery-client
to kachery-cloud
doesn't work - the whole section must be changed. I thought I had changed it and pushed it to documentation branch yesterday but it seems it has been changed back and I don't see it in the commit history. Do you know what happened?
@khl02007 I will look into this. I made a mistake where I changed the type tokachary-client
from kachery-cloud
and I undid that with a commit. I did not remove the entire commit because I had other things that were part of it (bad practice for commits to not be atomic.) Otherwise, the text was not change from what you did. Maybe it got affected when I rebased the code off master
to update the notebooks with Eric's and Daniel's work.
@zoldello I just pushed the updated installation.md
to my fork (khl02007/documentation). do you think you can get it from there?
@khl02007 I will get it off there and update you.
I'm helping to set up spyglass on a new machine and following the install instructions at https://lorenfranklab.github.io/spyglass/type/html/installation.html
On step 3 under "Setting up database access", there is a command that calls
kachery-client
to check for access to thekachery
daemon. Apparently, we are now usingkachery-cloud
instead ofkachery-client
so the documentation should be changed to reflect this.