Skip to content

Running a standalone SPARQL endpoint

agrueneberg edited this page Apr 21, 2013 · 1 revision

Linux

  • Depending on your system, download either the 32-bit or the 64-bit binary from SourceForge
  • Open a terminal and change into the directory of the downloaded file
  • Make the binary executable: chmod +x sparql-beta-64
  • Run the binary: ./sparql-beta-64 --serve 'http://localhost:8181/sw'
  • Point your Web browser to http://localhost:8181

Mac OS

  • Download Sparql.dmg from SourceForge
  • Open the downloaded file and drag Sparql.app into your Applications folder
  • Open a terminal and change into the /Applications/Sparql.app/Contents/MacOS/Sparql folder
  • Run the binary: ./Sparql --serve 'http://localhost:8181/sw'
  • Point your Web browser to http://localhost:8181
Clone this wiki locally