Skip to content

Option to spawn daemons using the globally installed binary #29

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

Closed
daviddias opened this issue Oct 30, 2015 · 6 comments
Closed

Option to spawn daemons using the globally installed binary #29

daviddias opened this issue Oct 30, 2015 · 6 comments
Labels
exp/novice Someone with a little familiarity can pick up help wanted Seeking public contribution on this issue kind/enhancement A net-new feature or improvement to an existing feature

Comments

@daviddias
Copy link
Member

It would be sweet to be able to use the ipfs bin install in the host, so that we can select any IPFS version, even those who weren't released yet, to be tested with js-ipfs-api tests, as an example :)

@daviddias daviddias added kind/enhancement A net-new feature or improvement to an existing feature help wanted Seeking public contribution on this issue labels Oct 30, 2015
@jbenet
Copy link
Member

jbenet commented Nov 1, 2015

indeed. right now i'm copying it in and it's annoying.

@haadcode
Copy link
Member

Isn't this already possible with IPFS_EXEC=/path/to/other/ipfs/bin ?

If not, let's definitely get this in. If yes, is IPFS_EXEC not the solution needed here?

@victorb
Copy link
Member

victorb commented Nov 14, 2016

@haadcode yes, definitely possible today with IPFS_EXEC, see here:

this.exec = process.env.IPFS_EXEC || ipfsDefaultPath

@daviddias daviddias added status/ready Ready to be worked and removed js-ipfs-ready labels Dec 5, 2016
@daviddias daviddias added the exp/novice Someone with a little familiarity can pick up label Dec 21, 2016
@daviddias
Copy link
Member Author

daviddias commented Dec 21, 2016

  • Needs documentation

@dignifiedquire
Copy link
Member

If you need want to use an existing ipfs installation you can set $IPFS_EXEC=/path/to/ipfs to ensure it uses that.

This is in the current readme

@daviddias
Copy link
Member Author

daviddias commented Dec 21, 2016

✔️
😁

@daviddias daviddias removed the status/ready Ready to be worked label Dec 23, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
exp/novice Someone with a little familiarity can pick up help wanted Seeking public contribution on this issue kind/enhancement A net-new feature or improvement to an existing feature
Projects
None yet
Development

No branches or pull requests

5 participants