Skip to content
Niels H. Christensen edited this page Sep 2, 2015 · 6 revisions

Upload Triples from RDF vocabularies repository to your local datastore

In the scripts/remote directory

python uploadvocabularies.py http://localhost:8080/ds

Generate and Upload components instances

In the scripts/remote directory

python uploadsubsytems.py 5

NOTE: the integer is how many for each kind you want to generate

To replicate all GAE data on your local server

Assuming you are admin on chronostriples.appspot.com and your local server is running on port 8082:

appcfg.py download_data --url=http://chronostriples.appspot.com/_ah/remote_api --filename=1455.sql3
echo XX | appcfg.py upload_data --url=http://localhost:8082/_ah/remote_api --filename=1455.sql3 --application=dev~chronostriples --email=foobar@nowhere.com --passin

The choice of 1455 is arbitrary. Use whatever name you like :)