Can an IPFS installation be portable? (IPFS_PATH) #33
Comments
|
go statically compiles by default, an ipfs binary should run on any compatible system. We provide prebuilt binaries here: https://gobuilder.me/github.com/jbenet/go-ipfs/cmd/ipfs |
|
And where is the application's local storage created? (I haven't yet tried the prebuild binary; the answer may become obvious when I try.) |
|
it stores everything either in |
|
A portable application would use What is the correct repository to open a feature request about it? |
There are uses for this, and i'd also like to follow git semantics, but I'm not yet convinced it's TRTTD. there's an issue about this in this tracker, i think. if not, open one, sure |
|
@Mithgol the go-ipfs repo would be the correct repo to file an issue in. |
|
Thanks, an issue is created (ipfs/kubo#1707). This FAQ entry may now be closed. |
|
Should we close or leave issues open in this repo? (i'm still wondering tradeoffs of what to do). will people search properly? |
|
They will if they decide to erase |
|
However, as the README says,
so maybe the issues should be kept open until that compilation. On the other hand, maybe it's quite the contrary because only the answered (and closed) FAQs should be treated as the ones ready for compilation. |
|
I'll reopen to make this easier to find |
|
This issue has been moved to https://discuss.ipfs.io/t/can-an-ipfs-installation-be-portable-ipfs-path/468. |
Mithgol commentedSep 15, 2015
A portable application is the one that is designed to run on a compatible computer without being installed in a way that modifies the computer's configuration information. Such application can be stored on any storage device (including internal mass storage and external storage such as USB drives) – storing its program files and any configuration information and data on that storage medium alone.
I imagine some users would want to have the same local storage (and pinned media) at home and at work by bringing a mere USB stick where full BYOD is not practical.
The text was updated successfully, but these errors were encountered: