Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 666 Bytes

README.mdown

File metadata and controls

24 lines (19 loc) · 666 Bytes

This is semantic_record more information tba

Installation

  • Mac OS X:

    • install redland (use of macports is advised)
    • install redland-language binbings for ruby (http://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 http://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