Running the larvel-pga locally

2014-11-24 Thread Supun Nakandala
Hi Devs,

I am trying to setup a local development environment for SciGap/larvel-pga
web portal. I have forked the repo and cloned into machine. I am using
PhpStorm for development. I would appreciate if someone can guide me on how
I can run the project locally.

Thank you.


Re: Running the larvel-pga locally

2014-11-24 Thread Marlon Pierce

There is also an Ansible installation playbook in the works.

Marlon

On 11/24/14, 12:49 PM, Nipurn Doshi wrote:

Hi,

Laravel-PGA setup -

1) Make sure the php version = 5.4
2) Open -
https://www.digitalocean.com/community/tutorials/how-to-install-laravel-4-on-a-centos-6-vps
and follow the steps for -

- Installing repositories
- If you do not have apache, php, mysql installed. run installation
steps for them too.
- Installing Composer

3) Run ' git clone https://github.com/SciGaP/laravel-pga.git pga ' in the
desired location.
4) Change directory permissions of the storage folder with 'chmod 755 -R
pga/app/storage '
5) update ./pga/app/libraries/userapi_config.ini
  server-host = “”
  server-port = “”

6) Update ./pga/app/libraries/wsis_config.ini
 admin-username = t...@testphprg.scigap.orgmailto:
t...@testphprg.scigap.org
 admin-password = testad...@scigap.orgmailto:
testad...@scigap.org
 cafile-path = /resources/security/idp_scigap_org.pem

7) In httpd.conf, enable mod_rewrite module.
8) Run ' composer update ' in the root (pga) directory.
9) Run localhost/path-to-pga-directory/public

This should get you started. Let me know if any issues arise.


On Mon, Nov 24, 2014 at 3:49 AM, Supun Nakandala supun.nakand...@gmail.com
wrote:


Hi Devs,

I am trying to setup a local development environment for SciGap/larvel-pga
web portal. I have forked the repo and cloned into machine. I am using
PhpStorm for development. I would appreciate if someone can guide me on how
I can run the project locally.

Thank you.








Re: 0.14 Release Dates

2014-11-24 Thread Suresh Marru
Hi All,

I briefly verified the current master on Friday but I ran into an issue with 
XBaya (but I suspect it has to do something with my laptop), but looks like we 
are ready. How about we put together a quick start tutorial and do a RC1 by 
Thursday? 

Suresh



 On Nov 20, 2014, at 8:45 PM, Suresh Marru sma...@apache.org wrote:
 
 Sounds good Chathuri. Lets proceed with the RC. I will start testing and post 
 feedback.
 
 Suresh
 
 On Nov 20, 2014, at 12:25 PM, Chathuri Wimalasena kamalas...@gmail.com 
 wrote:
 
 Hi Suresh, 
 
 We tested all the applications listed in 
 http://test-drive.airavata.org/pga/public and they all working fine now. I 
 think we are good to do a RC now. 
 
 Thanks.. 
 Chathuri
 
 On Tue, Nov 18, 2014 at 11:54 AM, Chathuri Wimalasena kamalas...@gmail.com 
 wrote:
 Hi Suresh, 
 
 Our initial tests worked fine with the latest changes. We are planning to do 
 more tests pointing a 
 test-drive(http://test-drive.airavata.org/PHP-Reference-Gateway/) instance 
 with latest changes. 
 
 Thanks..
 Chathuri 
 
 On Tue, Nov 18, 2014 at 11:34 AM, Suresh Marru sma...@apache.org wrote:
 Hi Shameera, Chathuri,
 
 Seems like app catalog integration is stable now? Can we proceed with the RC?
 
 Suresh
 
 On Nov 10, 2014, at 9:53 AM, Shameera Rathnayaka shameerai...@gmail.com 
 wrote:
 
 Hi Suresh,
 
 We were able to successfully run echo application with GSISSH after 
 integrate app catalog. We are working on separate topic branch. Our topic 
 branch is not update with master, as master branch has few major commits on 
 it. Now we are working on merging those commits to our topic branch and get 
 it up to date with master which make us easier to merge it once we complete 
 the app catalog integration.
 
 Thanks,
 Shameera.
 
 On Mon, Nov 10, 2014 at 10:13 AM, Chathuri Wimalasena 
 kamalas...@gmail.com wrote:
 Hi Suresh,
 
 We are still working on app catalog integration with GFac. It requires lot 
 of testing. We will try to finish it before friday.
 
 Thanks.
 Chathuri
 
 On Mon, Nov 10, 2014 at 8:26 AM, Suresh Marru sma...@apache.org wrote:
 Since there are no objections, how about we get a RC out for 0.14 by end of 
 this week?
 
 The code is stable enough and we have enough new capabilities like bringing 
 back XBaya to a functional state to warrant a release.
 
 Suresh
 
 On Nov 5, 2014, at 11:01 PM, Suresh Marru sma...@apache.org wrote:
 
 Hi All,
 
 0.13 release is out few months now and there are quite a few changes in 
 the trunk. Now that we are getting XBaya functional with thrift based API, 
 how about we cut the release sooner than later?
 
 I see the following outstanding items needs to be finished up:
 
 * Deprecate the legacy xml based application descriptions within GFac and 
 use thrift based app catalog instead.
 App Catalog to depcrecate xml
 
 * Ensure XBaya works for few workflow use cases with the new JSON based 
 Airavata Workflow Description in place of the XWF.
 
 * Clean up distributions to properly package server, clients, xbaya and 
 individual thrift component services.
 
 * Document Updated Quickstart tutorials on website.
 
 Any other features we need wrap up before we cut a release?
 
 Cheers,
 Suresh
 
 
 
 
 
 --
 Best Regards,
 Shameera Rathnayaka.
 
 email: shameera AT apache.org , shameerainfo AT gmail.com
 Blog : http://shameerarathnayaka.blogspot.com/
 
 
 
 



Re: Running the larvel-pga locally

2014-11-24 Thread Nipurn Doshi
Hi Supun,

Suresh told me that you have built a user management client for pga. If you
can send it to me, I can integrate that to the current Laravel-pga. Right
now, Admin user values are hardcoded, we can remove that with the help of
your client.

Thanks!

On Mon, Nov 24, 2014 at 12:51 PM, Marlon Pierce marpi...@iu.edu wrote:

 There is also an Ansible installation playbook in the works.

 Marlon

 On 11/24/14, 12:49 PM, Nipurn Doshi wrote:

 Hi,

 Laravel-PGA setup -

 1) Make sure the php version = 5.4
 2) Open -
 https://www.digitalocean.com/community/tutorials/how-to-
 install-laravel-4-on-a-centos-6-vps
 and follow the steps for -

 - Installing repositories
 - If you do not have apache, php, mysql installed. run installation
 steps for them too.
 - Installing Composer


 3) Run ' git clone https://github.com/SciGaP/laravel-pga.git pga ' in the
 desired location.
 4) Change directory permissions of the storage folder with 'chmod 755 -R
 pga/app/storage '
 5) update ./pga/app/libraries/userapi_config.ini
   server-host = “”
   server-port = “”

 6) Update ./pga/app/libraries/wsis_config.ini
  admin-username = t...@testphprg.scigap.orgmailto:
 t...@testphprg.scigap.org
  admin-password = testad...@scigap.orgmailto:
 testad...@scigap.org
  cafile-path = /resources/security/idp_scigap_org.pem

 7) In httpd.conf, enable mod_rewrite module.
 8) Run ' composer update ' in the root (pga) directory.
 9) Run localhost/path-to-pga-directory/public

 This should get you started. Let me know if any issues arise.


 On Mon, Nov 24, 2014 at 3:49 AM, Supun Nakandala 
 supun.nakand...@gmail.com
 wrote:

  Hi Devs,

 I am trying to setup a local development environment for
 SciGap/larvel-pga
 web portal. I have forked the repo and cloned into machine. I am using
 PhpStorm for development. I would appreciate if someone can guide me on
 how
 I can run the project locally.

 Thank you.







-- 
-Sincerely,
Nipurn Doshi


Re: Running the larvel-pga locally

2014-11-24 Thread Supun Nakandala
Hi Nipurn,

You can find the code at https://github.com/scnakandala/is_samples. It
contains code for both basic user management and oauth based user
validation. What you may need to use is the remote-user-mgt code. The code
also contains sample test cases. If you can access the
PHP-Reference-Gateway code there also you can find usage of this code (
https://github.com/SciGaP/PHP-Reference-Gateway/blob/master/wsis_utilities.php
).

I having troubles configuring larvel. As Marlon mentioned what the what is
the ansible installation playbook that I can use for local development.



On Tue, Nov 25, 2014 at 12:08 AM, Nipurn Doshi nido...@umail.iu.edu wrote:

 Hi Supun,

 Suresh told me that you have built a user management client for pga. If
 you can send it to me, I can integrate that to the current Laravel-pga.
 Right now, Admin user values are hardcoded, we can remove that with the
 help of your client.

 Thanks!

 On Mon, Nov 24, 2014 at 12:51 PM, Marlon Pierce marpi...@iu.edu wrote:

 There is also an Ansible installation playbook in the works.

 Marlon

 On 11/24/14, 12:49 PM, Nipurn Doshi wrote:

 Hi,

 Laravel-PGA setup -

 1) Make sure the php version = 5.4
 2) Open -
 https://www.digitalocean.com/community/tutorials/how-to-
 install-laravel-4-on-a-centos-6-vps
 and follow the steps for -

 - Installing repositories
 - If you do not have apache, php, mysql installed. run installation
 steps for them too.
 - Installing Composer


 3) Run ' git clone https://github.com/SciGaP/laravel-pga.git pga ' in
 the
 desired location.
 4) Change directory permissions of the storage folder with 'chmod 755 -R
 pga/app/storage '
 5) update ./pga/app/libraries/userapi_config.ini
   server-host = “”
   server-port = “”

 6) Update ./pga/app/libraries/wsis_config.ini
  admin-username = t...@testphprg.scigap.orgmailto:
 t...@testphprg.scigap.org
  admin-password = testad...@scigap.orgmailto:
 testad...@scigap.org
  cafile-path = /resources/security/idp_scigap_org.pem

 7) In httpd.conf, enable mod_rewrite module.
 8) Run ' composer update ' in the root (pga) directory.
 9) Run localhost/path-to-pga-directory/public

 This should get you started. Let me know if any issues arise.


 On Mon, Nov 24, 2014 at 3:49 AM, Supun Nakandala 
 supun.nakand...@gmail.com
 wrote:

  Hi Devs,

 I am trying to setup a local development environment for
 SciGap/larvel-pga
 web portal. I have forked the repo and cloned into machine. I am using
 PhpStorm for development. I would appreciate if someone can guide me on
 how
 I can run the project locally.

 Thank you.







 --
 -Sincerely,
 Nipurn Doshi




-- 
Thank you
Supun Nakandala
Dept. Computer Science and Engineering
University of Moratuwa


Re: 0.14 Release Dates

2014-11-24 Thread Eroma Abeysinghe
Hi All,

I can help with the documentation on XBAYA and workflow quick start
tutorial.

Thanks,
Best Regards,
Eroma

On Mon, Nov 24, 2014 at 1:49 PM, Shameera Rathnayaka shame...@apache.org
wrote:

 Hi Suresh et al,

 Yes, It seems that new users are struggling with new improvements. I will
 contribute sample which can use to register local applications like add ,
 subtract , multiply etc ..  and local host as a compute resource. Here we
 need to wrap above scripts with the airavata server. Then we can come up
 with helpful documentation to run all things inside local host without any
 issue.

 Thanks,
 Shameera.

 On Mon, Nov 24, 2014 at 1:37 PM, Pamidighantam, Sudhakar V 
 spami...@illinois.edu wrote:

 I volunteer to test the documentation before the release to harden it.

 Thanks,
 Sudhakar.
 On Nov 24, 2014, at 12:34 PM, Suresh Marru smarru.apa...@gmail.com
 wrote:

  Hi All,
 
  I briefly verified the current master on Friday but I ran into an issue
 with XBaya (but I suspect it has to do something with my laptop), but looks
 like we are ready. How about we put together a quick start tutorial and do
 a RC1 by Thursday?
 
  Suresh
 
 
 
  On Nov 20, 2014, at 8:45 PM, Suresh Marru sma...@apache.org wrote:
 
  Sounds good Chathuri. Lets proceed with the RC. I will start testing
 and post feedback.
 
  Suresh
 
  On Nov 20, 2014, at 12:25 PM, Chathuri Wimalasena 
 kamalas...@gmail.com wrote:
 
  Hi Suresh,
 
  We tested all the applications listed in
 http://test-drive.airavata.org/pga/public and they all working fine now.
 I think we are good to do a RC now.
 
  Thanks..
  Chathuri
 
  On Tue, Nov 18, 2014 at 11:54 AM, Chathuri Wimalasena 
 kamalas...@gmail.com wrote:
  Hi Suresh,
 
  Our initial tests worked fine with the latest changes. We are
 planning to do more tests pointing a test-drive(
 http://test-drive.airavata.org/PHP-Reference-Gateway/) instance with
 latest changes.
 
  Thanks..
  Chathuri
 
  On Tue, Nov 18, 2014 at 11:34 AM, Suresh Marru sma...@apache.org
 wrote:
  Hi Shameera, Chathuri,
 
  Seems like app catalog integration is stable now? Can we proceed with
 the RC?
 
  Suresh
 
  On Nov 10, 2014, at 9:53 AM, Shameera Rathnayaka 
 shameerai...@gmail.com wrote:
 
  Hi Suresh,
 
  We were able to successfully run echo application with GSISSH after
 integrate app catalog. We are working on separate topic branch. Our topic
 branch is not update with master, as master branch has few major commits on
 it. Now we are working on merging those commits to our topic branch and get
 it up to date with master which make us easier to merge it once we complete
 the app catalog integration.
 
  Thanks,
  Shameera.
 
  On Mon, Nov 10, 2014 at 10:13 AM, Chathuri Wimalasena 
 kamalas...@gmail.com wrote:
  Hi Suresh,
 
  We are still working on app catalog integration with GFac. It
 requires lot of testing. We will try to finish it before friday.
 
  Thanks.
  Chathuri
 
  On Mon, Nov 10, 2014 at 8:26 AM, Suresh Marru sma...@apache.org
 wrote:
  Since there are no objections, how about we get a RC out for 0.14 by
 end of this week?
 
  The code is stable enough and we have enough new capabilities like
 bringing back XBaya to a functional state to warrant a release.
 
  Suresh
 
  On Nov 5, 2014, at 11:01 PM, Suresh Marru sma...@apache.org wrote:
 
  Hi All,
 
  0.13 release is out few months now and there are quite a few
 changes in the trunk. Now that we are getting XBaya functional with thrift
 based API, how about we cut the release sooner than later?
 
  I see the following outstanding items needs to be finished up:
 
  * Deprecate the legacy xml based application descriptions within
 GFac and use thrift based app catalog instead.
  App Catalog to depcrecate xml
 
  * Ensure XBaya works for few workflow use cases with the new JSON
 based Airavata Workflow Description in place of the XWF.
 
  * Clean up distributions to properly package server, clients, xbaya
 and individual thrift component services.
 
  * Document Updated Quickstart tutorials on website.
 
  Any other features we need wrap up before we cut a release?
 
  Cheers,
  Suresh
 
 
 
 
 
  --
  Best Regards,
  Shameera Rathnayaka.
 
  email: shameera AT apache.org , shameerainfo AT gmail.com
  Blog : http://shameerarathnayaka.blogspot.com/
 
 
 
 
 





-- 
Thank You,
Best Regards,
Eroma


Re: access to wiki

2014-11-24 Thread Marlon Pierce
Hi Sudhakar, did you create a wiki account?  Please send me your 
username and I'll give you the required permissions.


Thanks--

Marlon

On 11/24/14, 2:41 PM, Pamidighantam, Sudhakar V wrote:

I would like to deposit some scripts toward generalization in app catalog and 
gfac design/implementation and would need access to the wiki.
Please let me know when this is ready.

Thanks,
Sudhakar.




Re: access to wiki

2014-11-24 Thread Pamidighantam, Sudhakar V
Yes. it is pamidigs. 

Thanks,
Sudhakar.
On Nov 24, 2014, at 1:53 PM, Marlon Pierce marpi...@iu.edu wrote:

 Hi Sudhakar, did you create a wiki account?  Please send me your username and 
 I'll give you the required permissions.
 
 Thanks--
 
 Marlon
 
 On 11/24/14, 2:41 PM, Pamidighantam, Sudhakar V wrote:
 I would like to deposit some scripts toward generalization in app catalog 
 and gfac design/implementation and would need access to the wiki.
 Please let me know when this is ready.
 
 Thanks,
 Sudhakar.
 



Re: access to wiki

2014-11-24 Thread Marlon Pierce

You should now have required permissions. Let me know if you have problems.

Marlon

On 11/24/14, 3:14 PM, Pamidighantam, Sudhakar V wrote:

Yes. it is pamidigs.

Thanks,
Sudhakar.
On Nov 24, 2014, at 1:53 PM, Marlon Pierce marpi...@iu.edu wrote:


Hi Sudhakar, did you create a wiki account?  Please send me your username and 
I'll give you the required permissions.

Thanks--

Marlon

On 11/24/14, 2:41 PM, Pamidighantam, Sudhakar V wrote:

I would like to deposit some scripts toward generalization in app catalog and 
gfac design/implementation and would need access to the wiki.
Please let me know when this is ready.

Thanks,
Sudhakar.




Re: access to wiki

2014-11-24 Thread Pamidighantam, Sudhakar V
Thanks Marlon.

I will try and add these scripts under use cases as child pages.
If there is more appropriate place let me know. 
Thanks,
Sudhakar.

On Nov 24, 2014, at 2:19 PM, Marlon Pierce marpi...@iu.edu wrote:

 You should now have required permissions. Let me know if you have problems.
 
 Marlon
 
 On 11/24/14, 3:14 PM, Pamidighantam, Sudhakar V wrote:
 Yes. it is pamidigs.
 
 Thanks,
 Sudhakar.
 On Nov 24, 2014, at 1:53 PM, Marlon Pierce marpi...@iu.edu wrote:
 
 Hi Sudhakar, did you create a wiki account?  Please send me your username 
 and I'll give you the required permissions.
 
 Thanks--
 
 Marlon
 
 On 11/24/14, 2:41 PM, Pamidighantam, Sudhakar V wrote:
 I would like to deposit some scripts toward generalization in app catalog 
 and gfac design/implementation and would need access to the wiki.
 Please let me know when this is ready.
 
 Thanks,
 Sudhakar.