...
Code Block |
---|
# Make sure you have the latest version svn up # Execute the loader # Replace <repo_instance> and <auth_instance> by the repository and authentication instances. # Either make sure that demouser@sagebase.org<platform_admin_email> is a Synapse administrator on crowd, or replace it by a Synapse administrator account python datasetCsvLoader.py -d ./AllDatasets.csv -l ./AllDatasetLayerLocations.csv -e http://<repo_instance>/repo/v1v1 -a http://<auth_instance>/auth/v1 -m /work/platform/DatasetMetadataLoader/platform.md5sums.csv -u demouser@sagebase.org<platform_admin_email> -p demouser-pw<platform_admin_pw> |
Verify Deployment
To verify deployment, run top-level queries against the repository instances from an authenticated account.
...