Adding a little README for the client examples to explain the sequence.
Project: http://git-wip-us.apache.org/repos/asf/airavata/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/dd0ba0d0 Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/dd0ba0d0 Diff: http://git-wip-us.apache.org/repos/asf/airavata/diff/dd0ba0d0 Branch: refs/heads/master Commit: dd0ba0d0dca23c372300dfdea6f9e4ef628e163e Parents: 44ebc62 Author: marpierc <[email protected]> Authored: Wed May 21 12:06:06 2014 -0400 Committer: marpierc <[email protected]> Committed: Wed May 21 12:06:06 2014 -0400 ---------------------------------------------------------------------- client-samples/README-PHP-CLI-Examples.txt | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata/blob/dd0ba0d0/client-samples/README-PHP-CLI-Examples.txt ---------------------------------------------------------------------- diff --git a/client-samples/README-PHP-CLI-Examples.txt b/client-samples/README-PHP-CLI-Examples.txt new file mode 100644 index 0000000..8684750 --- /dev/null +++ b/client-samples/README-PHP-CLI-Examples.txt @@ -0,0 +1,20 @@ +This directory contains files that can be used to test the Apache Airavata client API using PHP command-line tools. You will need PHP installed on your test environment. To run a command from a terminal shell prompt, use, for example, + [prompt%> php createProject.php your-name + +You can modify PHP files using any text editor. + +Run the commands in the following order for your first test. +1. GetAPIVersion.php (a sanity check) +2. createProject.php +3. updateProject.php +4. getAllUserProjects.php +5. createExperiment.php +6. getExperiment.php +7. updateExperiment.php +8. cloneExperiment.php +9. getAllExperimentsInProject.php +10. getAllUserExperiments.php +11. launchExperiment.php +12. getExperimentStatus.php +13. getExperimentOutputs.php +14. terminateExperiment.php
