Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Fuseki should be running at http://localhost:3030/
If you want to change the port on which Fuseki runs, you can add the "–port" option to the run command (e.g. ./fuseki-server --port 3131 --update --mem /test).
To access the SPARQL query form, go to http://localhost:3030/control-panel.tpl and select your datasource (in this case /test).

...

Sesame should now be running at: http://localhost:80818080/openrdf-sesame/system/overview.viewview 

  • Once Sesame is running, use the console application to create a repository:

...