Skip to content
staffanmalmgren edited this page Sep 26, 2011 · 1 revision
  1. Edit resources/demo/datasources.n3 (for demo environment) or resources/base/datasets/feeds.n3 (for production environment to add identifiers for each source (Tag URIs) and the location of each source (HTTPS URLs) -- see the existing files for information on how.

  2. Run (in manage) fab target.demo app.demodata.demo_admin. This creates all files that the admin source needs, under /opt/work/rinfo/demodata/rinfo-admin-demo. Take a look at sys/sources/rdf.rdf under that dir and check that your edits came out OK in the n3 -> rdf/xml translation. The fab command also rsyncs the files to the demo environment.

  3. Check that the demo admin source publishes the correct file: curl http://admin.demo.lagrummet.se/sys/sources/rdf

  4. Check that the demo main depot has picked up the change: curl http://rinfo.demo.lagrummet.se/sys/sources/rdf

Clone this wiki locally