1
0
mirror of https://github.com/fazo96/ipfs-boards synced 2025-01-10 12:24:20 +01:00

updated app url

This commit is contained in:
Enrico Fasoli 2015-12-15 17:43:39 +01:00
parent cb1e895026
commit 7449e93e26

View File

@ -60,14 +60,14 @@ Also keep in mind that due to issues with the current implementation of IPNS in
go-ipfs, real world usage of the prototype is very limited. This will all be go-ipfs, real world usage of the prototype is very limited. This will all be
sorted out as soon as go-ipfs' next version, 0.4, is out. sorted out as soon as go-ipfs' next version, 0.4, is out.
You can take a look at the prototype [here](http://ipfs.io/ipfs/QmRnaP2Ac6dqDkH8yxNDFgudHQ5hRw2kBHhsSJMyVYfvg7) You can take a look at the prototype [here](http://ipfs.io/ipfs/QmYa82UfaidkpdpWQCq8WdeiB9vLSn78i2JHJsqzki31MV)
but you won't be able to actually use it. but you won't be able to actually use it.
If you want to really use the prototype, you can quickly set up your machine like this: If you want to really use the prototype, you can quickly set up your machine like this:
1. get `go-ipfs` installed on your OSX or GNU/Linux system 1. get `go-ipfs` installed on your OSX or GNU/Linux system
1. run this in a terminal `API_ORIGIN="localhost:8080" ipfs daemon` 1. run this in a terminal `API_ORIGIN="localhost:8080" ipfs daemon`
1. open [this](http://localhost:8080/ipfs/QmRnaP2Ac6dqDkH8yxNDFgudHQ5hRw2kBHhsSJMyVYfvg7) in your browser 1. open [this](http://localhost:8080/ipfs/QmYa82UfaidkpdpWQCq8WdeiB9vLSn78i2JHJsqzki31MV) in your browser
1. You're all set! 1. You're all set!
__Note:__ a javascript implementation of IPFS is in progress. As soon as it's done, you will not need __Note:__ a javascript implementation of IPFS is in progress. As soon as it's done, you will not need