Skip to content
peacekeeper edited this page Feb 16, 2012 · 22 revisions

Welcome to the XDI² Wiki.

Components

How to build

Just run

 mvn clean install

To build all components.

How to run the XDI web tools

cd webtools
mvn jetty:run

Then go to http://localhost:8080/

How to run the standalone XDI server

cd server
mvn jetty:run

Then XDI endpoints are available at: http://localhost:8080/xdi/mem-graph/ http://localhost:8080/xdi/bdb-graph/ http://localhost:8080/xdi/file-graph/

Try it

A sample deployment is available at http://xdi2.projectdanube.org/

Clone this wiki locally