Skip to content
Neeraj Lad edited this page Dec 14, 2017 · 9 revisions

Documentation

Jira:

https://issues.apache.org/jira/browse/AIRAVATA-2561

Pull request:

https://github.com/apache/airavata-php-gateway/pull/74

Git repo:

https://github.com/neeraj-lad/airavata-php-gateway

Branch: flexi-exp-summary-view

Setup

  • Install PGA locally.

  • Clone my fork of airavata-php-gateway repo locally. git clone https://github.com/neeraj-lad/airavata-php-gateway

  • Switch to the 'flexi-exp-summary-view' branch. git checkout flexi-exp-summary-view

  • Point the DocumentRoot and Directory to the public directory of your locally clone git repo inside httpd-pga.conf as:

<VirtualHost *:8080>
     DocumentRoot <link-to-airavata-php-gateway>/public
     <Directory "<link-to-airavata-php-gateway>/public">
       DirectoryIndex index.php
       AllowOverride All
       Require all granted
     </Directory>
</VirtualHost>
  • The PGA should be running at localhost:8080 now.

Testing Instructions

  • Log into PGA.

  • Go to Experiment Statistics.

  • Select a range which has some experiment data. Example: 1/12/2017 to 11/12/2017 and Get Statistics for them.

  • Select experiment which you wish to view the details of.

  • You should be able to filter the Experiment Summary Table using the checkboxes on top.

Screenshot of Experiment Summary Table with Flexible Views

Clone this wiki locally