Abhishek Kapoor wrote:
Hello,
From Where can I download standalone Registry API to register modules.
--
Regards,
*Abhishek Kapoor*
*Under Graduate Student*
*Indian Institute of Technology Kharagpur.*
Do you mean Airavata "experiments" which is the equivalent to GenApp
"modules" or
do you mean Airavata "modules" which I believe is something else ...
I would assume the Registry API is "running" on the Airavata server
instance you are using.
To communicate with the server, you will have to know and define in the
client some server information (hostip and port#).
Client examples should be in the
airavata/airavata-api/airavata-client-sdks/...
and also in the airavata-php-gateway code (particularly in
app/libraries/Utilities.php)
-E.