-
Notifications
You must be signed in to change notification settings - Fork 4
Running a standalone SPARQL endpoint
agrueneberg edited this page Apr 21, 2013
·
1 revision
- 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
- Download
Sparql.dmg
from SourceForge - Open the downloaded file and drag
Sparql.app
into yourApplications
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