-
Notifications
You must be signed in to change notification settings - Fork 64
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
Some first-time user problems #512
Comments
👋, thanks so much for this detailed feedback @luizirber! A bunch of the team is on holidays for this week & next, so some of the work mentioned here may not be accomplished for a while.
We've got a long way to go on our linux install story (not nearly as long as windows 😉). Totally agreed on the "clone this repo, run make" change. In the future I'd like to include tarballs that have all deps with each release. Looks like we have two
we'll prioritize a small CLI tutorial next for documentation work.
Thanks so much for this feedback. I go back & forth on using the default IPFS repo or not, and gathering user expectations really helps here. First we'll be upgrading our code to the lastest go-ipfs release in the second half of August, which will resolve the repo issue. As for using a completely separate repo for qri's IPFS stuff, it's a discussion we should absolutely have, I think it may solve many problems, but will create others, so it's worth weighing the pros & cons. With that, I think this is the minimum feedback to incorporate to call this issue closed:
Thanks again Luiz, your feedback is truly appreciated! |
This issue has been around for a while, here's a report back before we close it:
Thanks again for taking the time to file an issue @luizirber. It's taken us a while but we have managed to incorporate your feedback. Much appreciated. |
Hi! I learned about
qri
at the dweb summit during the data stewardship talk, and hit some problems while trying to set it up.Building
I'm running Arch Linux, so I tried to follow the install instructions in this repo. They... don't work (lots of
gx
errors). Maybe it's better to point to "clone this repo, runmake
" instead?Setup
Since the CLI tutorial is "coming soon", I checked the help message and tried to run
qri setup
. I was surprised when it tried to use my IPFS default repo. I'm aware that this is probably not the initial experience for someone who never learned aboutIPFS
before, but maybe move theqri
IPFS repo into$HOME/.qri
? (I ended up runningIPFS_PATH=~/.qri/repo qri setup
)(maybe this was supposed to be seamless, but I'm running a repo which is already on
7
andqri
is in an IPFS version that expects6
).The text was updated successfully, but these errors were encountered: