This is an automated email from the ASF dual-hosted git repository. smarru pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/airavata-sandbox.git
commit 05da1dc2c13058b7383f97635676eb0c0f23984c Author: Saurabh Agrawal <[email protected]> AuthorDate: Sat Dec 16 00:56:28 2017 -0500 Readme --- cwl-workflows/README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/cwl-workflows/README.md b/cwl-workflows/README.md new file mode 100644 index 0000000..1845f7c --- /dev/null +++ b/cwl-workflows/README.md @@ -0,0 +1,20 @@ + +# Running +1) Create an account on https://testdrive.airavata.org/ +2) Get dev admin access on this account +3) 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 + ``` +4) Copy airavata-client.ini.template to airavata-client.ini and fill your username and accesstoken in it +5) Install Python 3 +6) create a virtual environment and activate it + ``` + python3 -m venv ENV + . ENV/bin/activate + ``` +7) Install dependencies + ``` + pip install -r requirements.txt + ``` +8: Run the test program: `python test.py` -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
