From ad9b54d895c92ad97c91e4e6f42b75de74a95f35 Mon Sep 17 00:00:00 2001 From: drn Date: Wed, 17 Aug 2011 15:39:26 +0100 Subject: [PATCH] Added info in README_RDFAPI about setting up cron job for managing dataflow rdf. --- README_RDFAPI | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README_RDFAPI b/README_RDFAPI index a4b8df6..92499e9 100644 --- a/README_RDFAPI +++ b/README_RDFAPI @@ -12,4 +12,6 @@ README - Instructions for setting up myExperiment Linked Data Architecture (RDF 4. Add the following cronjob for the user who has permission to the data/ directory: - 23 * * * * /bin/bash /4store/scripts/getdataflows.sh >> /4store/log/dataflows.log + 23 * * * * /bin/bash /4store/scripts/sqs.sh manage-dataflows >> /4store/log/dataflows.log + +Where the variable is where this codebase is checked out to and is the value set of TRIPLESTORE in 4store/scripts/settings.sh. Even though a triplestore is not being used this variable is need to tell the script where to put the RDF generated for dataflows.