devli2009 / data-gov-wiki

Automatically exported from code.google.com/p/data-gov-wiki
0 stars 0 forks source link

missing configuration parameter when using csv2rdf4lod to publish linked data #47

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
problem
when I call  following 
http://data-gov.tw.rpi.edu/wiki/Csv2rdf4lod#Converting_CSV_data_not_from_data.go
v

publish/bin/publish.sh

publish/bin/ln-to-www-root-data-gov-1008-2010-Aug-30.sh failed when creating 
the linking directory in www directory

reason
CSV2RDF4LOD_PUBLISH_LOD_MATERIALIZATION_WWW_ROOT  was not set after running the 
following command
source /work/data-gov/v2010/csv2rdf4lod/source-me.sh

solution

I added the following line
export 
CSV2RDF4LOD_PUBLISH_LOD_MATERIALIZATION_WWW_ROOT=/work/data-gov/link/logd.tw.rpi
.edu

that code should be reflected in source-me.sh

Original issue reported on code.google.com by liding...@gmail.com on 9 Nov 2010 at 1:22

GoogleCodeExporter commented 8 years ago
logd uses the CSV2RDF4LOD environment variables set in 
/work/data-gov/v2010/csv2rdf4lod/source-me-bulk-compress-convert.sh . Use that 
instead of the source-me.sh

Original comment by tim...@gmail.com on 9 Nov 2010 at 1:11

GoogleCodeExporter commented 8 years ago
https://github.com/timrdf/csv2rdf4lod-automation/wiki/Controlling-automation-usi
ng-CSV2RDF4LOD_-environment-variables

Original comment by tim...@gmail.com on 22 Jan 2011 at 1:48