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 "EGI Opendata platform"

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


=== OneZone ===
=== OneZone ===
1) Create an instance using the [https://appdb.egi.eu/store/vappliance/docker.ubuntu.14.04 EGI Docker (Ubuntu 14.04) image]. Please, refer to the [https://wiki.egi.eu/wiki/HOWTO11#rOCCI-cli_usage|OCCI cli guide].
* Create an instance using the [https://appdb.egi.eu/store/vappliance/docker.ubuntu.14.04 EGI Docker (Ubuntu 14.04) image]. Please, refer to the [https://wiki.egi.eu/wiki/HOWTO11#rOCCI-cli_usage|OCCI cli guide].
2) Login into the new instance with your private key.
* Login into the new instance with your private key.


<pre>
<pre>
ssh -i [path-to-your-private-key] ubuntu@[ip-address-of-your-instance]  
ssh -i [path-to-your-private-key] ubuntu@[ip-address-of-your-instance]  
</pre>
* Install docker-compose in the machine.
<pre>
curl -L https://github.com/docker/compose/releases/download/1.8.0-rc1/docker-compose-`uname -s`-`uname -m` > /usr/local/bin/docker-compose
chmod +x /usr/local/bin/docker-compose
</pre>
and verify its setup:
<pre>
~# docker-compose -v
docker-compose version 1.8.0-rc1, build 9bf6bc6
</pre>
</pre>



Revision as of 16:02, 20 September 2016

Overview For users For resource providers Infrastructure status Site-specific configuration Architecture




The EGI Open Data platform

Setup your ONEDATA deployment into the EGI Federated Cloud

This is a setep-by-step guide to setup a ONEDATA deployment into the EGI Federated Cloud. For further information about ONEDATA, please refer to its online documentation.

OneZone

ssh -i [path-to-your-private-key] ubuntu@[ip-address-of-your-instance] 
  • Install docker-compose in the machine.
curl -L https://github.com/docker/compose/releases/download/1.8.0-rc1/docker-compose-`uname -s`-`uname -m` > /usr/local/bin/docker-compose

chmod +x /usr/local/bin/docker-compose

and verify its setup:

~# docker-compose -v
docker-compose version 1.8.0-rc1, build 9bf6bc6

OneProvider

Access your data from an instance running into the EGI FedCloud