Strabon
changeset 432:3b01363b9d58
added the new dump for the initialization of the database
author | Konstantina Mpereta <grad1110@di.uoa.gr> |
---|---|
date | Wed Jul 18 02:47:07 2012 +0300 (2012-07-18) |
parents | 6072ae2f1b6b |
children | 8416f5bb7999 |
files | scripts/v2.2/runNoaRefinementChain.sh |
line diff
1.1 --- a/scripts/v2.2/runNoaRefinementChain.sh Wed Jul 18 02:17:16 2012 +0300 1.2 +++ b/scripts/v2.2/runNoaRefinementChain.sh Wed Jul 18 02:47:07 2012 +0300 1.3 @@ -82,8 +82,7 @@ 1.4 ../endpoint store ${ENDPOINT} N-Triples -u ${INIT} 1.5 1.6 1.7 -sudo -u postgres psql -d ${DB} -f ${INIT} 1.8 -sudo -u postgres sh -c "curl -s http://dev.strabon.di.uoa.gr/rdf/Kallikratis-Coastline-dump.tgz|tar xz -O|psql -d ${DB}" 1.9 +sudo -u postgres sh -c "curl -s http://dev.strabon.di.uoa.gr/rdf/Kallikratis-Coastline-Corine-dump.tgz|tar xz -O|psql -d ${DB}" 1.10 #./scripts/endpoint query ${ENDPOINT} "SELECT (COUNT(*) AS ?C) WHERE {?s ?p ?o}" 1.11 #sudo -u postgres psql -d endpoint -c 'CREATE INDEX datetime_values_idx_value ON datetime_values USING btree(value)'; 1.12 #sudo -u postgres psql -d endpoint -c 'VACUUM ANALYZE;';