Alert.png The wiki is deprecated and due to be decommissioned by the end of September 2022.
The content is being migrated to other supports, new updates will be ignored and lost.
If needed you can get in touch with EGI SDIS team using operations @ egi.eu.

Difference between revisions of "HOWTO13 EUDAT B2STAGE cookbook for EGI VOs"

From EGIWiki
Jump to navigation Jump to search
Line 12: Line 12:


== Installing Data Staging Script ==
== Installing Data Staging Script ==
1. Install Python pip
<pre>
root@ekar-VirtualBox:~# apt-get install python-pip
</pre>
2. Install Globus Online API
<pre>
root@ekar-VirtualBox:~# pip install globusonline­-transfer­-api­-client
</pre>


== Using Data Staging Script ==
== Using Data Staging Script ==

Revision as of 13:24, 1 August 2014

About

EUDAT B2STAGE

[1] User documentation about B2STAGE service. (EUDAT website)

[2] Site Administrator documentation about B2STAGE service. (EUDAT website)

EGI VOs

Installing Data Staging Script

1. Install Python pip

root@ekar-VirtualBox:~# apt-get install python-pip

2. Install Globus Online API

root@ekar-VirtualBox:~# pip install globusonline­-transfer­-api­-client

Using Data Staging Script