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 "Applications on Demand Service - information for developers"

From EGIWiki
Jump to navigation Jump to search
Line 65: Line 65:
** For more info, please refer to the official documentation: http://ec3.readthedocs.io/en/devel/templates.html
** For more info, please refer to the official documentation: http://ec3.readthedocs.io/en/devel/templates.html
** Example of RADL templates are available at: https://github.com/grycap/ec3/tree/master/templates
** Example of RADL templates are available at: https://github.com/grycap/ec3/tree/master/templates
== How to integrate a new application in the FutureGateway Science Gateway ==
There are mainly two methods to add an application to the Science Software on Demand service (SSOD).
* The first consists in integrating a new web application in the site 'Applications' section.
* The second consists in get supported in hosting, installing, developing and configuring a new Science Gateway built on top of the FutureGateway Framework.
=== Setup a web application
To develop a new web application to be integrated in the SSOD, it is only necessary to know:
* The FutureGateway system and its related set of REST APIs
* Basic knowledge of web pages design, in particuar javascript and jQuery knowledge.


=== References ===
=== References ===
For further information about the EC3 Framework, please check the official [http://servproject.i3m.upv.es/ec3/ web page].
For further information about the EC3 Framework, please check the official [http://servproject.i3m.upv.es/ec3/ web page].

Revision as of 16:41, 28 May 2019

Applications on Demand Service menu: Home Documentation for providers Documentation for developers Architecture




Applications on Demand (AoD) Service Information pages

The EGI Applications on Demand service (AoD) is the EGI’s response to the requirements of researchers who are interested in using applications in a on-demand fashion together with the compute and storage environment needed to compute and store data.

The Service can be accessed through the EGI Marketplace

Development guidelines and materials for application developers

In this section we collect some useful information for those interested to integrate new applications in one of the available Science Gateways and VRE.


How to integrate a new application in EC3

The process to integrate a new application in EC3 is described by the following process:

How to integrate a new application in the FutureGateway Science Gateway

There are mainly two methods to add an application to the Science Software on Demand service (SSOD).

  • The first consists in integrating a new web application in the site 'Applications' section.
  • The second consists in get supported in hosting, installing, developing and configuring a new Science Gateway built on top of the FutureGateway Framework.

=== Setup a web application To develop a new web application to be integrated in the SSOD, it is only necessary to know:

  • The FutureGateway system and its related set of REST APIs
  • Basic knowledge of web pages design, in particuar javascript and jQuery knowledge.


References

For further information about the EC3 Framework, please check the official web page.