Running
- Create an account on https://testdrive.airavata.org/
- Get dev admin access on this account
- Run the following command with your credentials to get the access token:
curl --data "username=myusername&password=mypassword" https://dev.testdrive.airavata.org/api-login
- Copy airavata-client.ini.template to airavata-client.ini and fill your username and accesstoken in it
- Install Python 3
- create a virtual environment and activate it
python3 -m venv ENV
. ENV/bin/activate
- Install dependencies
pip install -r requirements.txt
8: Run the test program: python test.py