This is an XDI2 plugin to integrate XDI2 components with the IPFS distributed object store.
First, you need to build the main XDI2 project.
After that, just run
mvn clean install
To build the XDI2 plugin.
mvn clean install jetty:run -P war
Then access the web interface at
http://localhost:9994/
Or access the server's status page at
http://localhost:9994/xdi
Or use an XDI client to send XDI messages to
http://localhost:9994/xdi/graph
<dependency>
<groupId>xdi2</groupId>
<artifactId>xdi2-ipfs</artifactId>
<version>${xdi2-ipfs-version}</version>
<scope>compile</scope>
</dependency>
Google Group: http://groups.google.com/group/xdi2
IRC: irc://irc.freenode.net:6667/xdi