Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Use; updateProject.php to modify or add project description.
    project_ID and project_description are passed into the script as command line arguments.
    1. Format;
      php updateProject.php<space><project_ID><space><project_description>
  2. When updating Projects currently user can only update the project description. Description cannot contain Use quotes around the description to include spaces.
    1. Sample values;
      project_ID: Test_Project_4063b440-332a-49af-a6de-aea21d77bb2f
      project_description: Test_Airavata_Project
  3. Successful modification of project will give confirmation message with the Project ID 
    Project<space><project_id><space>successfully<space>modified.
  4. Tutorial tryout; 
    Add project name as a command-line argument to the existing updateProject.php script and execute.

...