Skip to content

Commit

Permalink
Added info in README_RDFAPI about setting up cron job for managing da…
Browse files Browse the repository at this point in the history
…taflow rdf.
  • Loading branch information
drn committed Aug 17, 2011
1 parent a0f7d9c commit ad9b54d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README_RDFAPI
Original file line number Diff line number Diff line change
Expand Up @@ -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 <LINKED_DATA_REPO>/4store/scripts/getdataflows.sh >> <LINKED_DATA_REPO>/4store/log/dataflows.log
23 * * * * /bin/bash <LINKED_DATA_REPO>/4store/scripts/sqs.sh <TRIPLESTORE> manage-dataflows >> <LINKED_DATA_REPO>/4store/log/dataflows.log

Where the variable <LINKED_DATA_REPO> is where this codebase is checked out to and <TRIPLESTORE> 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.

0 comments on commit ad9b54d

Please sign in to comment.