Mercurial > hg > LGDataverses
comparison scripts/search/create-tree-dvs1 @ 10:a50cf11e5178
Rewrite LGDataverse completely upgrading to dataverse4.0
author | Zoe Hong <zhong@mpiwg-berlin.mpg.de> |
---|---|
date | Tue, 08 Sep 2015 17:00:21 +0200 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
9:5926d6419569 | 10:a50cf11e5178 |
---|---|
1 #!/bin/sh | |
2 DIR='scripts/search/data/in/dv-trees1' | |
3 USERDIR=/tmp/searchusers | |
4 SPRUCEKEY=`cat $USERDIR/4 | jq .data.apiToken | tr -d \"` | |
5 curl -s -H "Content-type:application/json" -X POST -d @$DIR/1 "http://localhost:8080/api/dataverses/root?key=$SPRUCEKEY" | |
6 echo | |
7 | |
8 curl -s -H "Content-type:application/json" -X POST -d @$DIR/2 "http://localhost:8080/api/dataverses/trees?key=$SPRUCEKEY" | |
9 echo | |
10 | |
11 curl -s -H "Content-type:application/json" -X POST -d @$DIR/3 "http://localhost:8080/api/dataverses/trees?key=$SPRUCEKEY" | |
12 echo |