README.mdown

Path: README.mdown
Last Update: Thu Mar 18 20:29:59 +0100 2010

This is semantic_record more information tba

Installation

  • Mac OS X:
    • install redland (use of macports is advised)
    • install redland-language binbings for ruby (librdf.org/bindings/)
      • extract
      • ./configure —with-ruby= "where your ruby lives"
      • make check
      • make install
  • other e.g. Ubuntu
    • install redland (apt-get install redland-utils)
    • install language bindings (apt-get install librdf-ruby)
  • install sparql gem from github.com/kangguru/sparql
  • install other dependencies (see Rakefile or try‘n error)
  • setup test-environment
    • provide yml file or setup store directly
  • rake spec
  • you‘re done

[Validate]