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 19: Line 19:
</pre>
</pre>


2. Install Globus Online API
2. Install dependencies


<pre>
<pre>
ekar@ekar-VirtualBox:~# sudo pip install globusonline­-transfer­-api­-client
ekar@ekar-VirtualBox:~# sudo apt-get install swig python-dev
ekar@ekar-VirtualBox:~# sudo pip install m2crypto
</pre>
</pre>


Line 33: Line 34:
</pre>
</pre>


4. Install dependencies
4. Install Globus Online API


<pre>
<pre>
ekar@ekar-VirtualBox:~# sudo apt-get install swig python-dev
ekar@ekar-VirtualBox:~# sudo pip install globusonline­-transfer­-api­-client
ekar@ekar-VirtualBox:~# sudo pip install m2crypto
</pre>
</pre>


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

Revision as of 13:38, 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 dependencies

ekar@ekar-VirtualBox:~# sudo apt-get install swig python-dev 
ekar@ekar-VirtualBox:~# sudo pip install m2crypto

3. Download Data Staging Script from GitHub

ekar@ekar-VirtualBox:~#  mkdir DSS
ekar@ekar-VirtualBox:~# sudo cd DSS
ekar@ekar-VirtualBox:~/DSS$ git clone https://github.com/EUDAT-B2STAGE/B2STAGE-DataStaging-script.git

4. Install Globus Online API

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

Using Data Staging Script