Skip to content

projectdanube/xdi2-filesys

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


This is a project to add functionality to an XDI2 server to integrate with a local filesystem, using the XDI2 contributor mechanism. The directories and information about files are mapping to an XDI graph structure, using content-based identifiers. The file contents are not mapped to XDI, but through a servlet filter access to files can be governed by XDI link contracts.

Information

How to build

First, you need to build the main XDI2 project.

After that, just run

mvn clean install

To build all components.

How to run

mvn jetty:run

Then access the web interface at

http://localhost:9130/

Or access the server's status page at

http://localhost:9130/xdi

Or use an XDI client to send XDI messages to

http://localhost:9130/xdi/graph

How to build as XDI2 plugin

Run

mvn clean install package -P xdi2-plugin

Community

Google Group: http://groups.google.com/group/xdi2

IRC: irc://irc.freenode.net:6667/xdi

About

Plugin for an XDI2 server to integrate with a local filesystem

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published