Re: Running the larvel-pga locally

2014-11-29 Thread Amila Jayasekara
Wow this is a long list. Isnt it possible to create a distribution and script some/all of these configuration steps ? Will be easy for end users. Thanks -Thejaka On Mon, Nov 24, 2014 at 12:49 PM, Nipurn Doshi wrote: > Hi, > > Laravel-PGA setup - > > 1) Make sure the php version >= 5.4 > 2) Open

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-Gatewa

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

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

Re: Running the larvel-pga locally

2014-11-24 Thread Nipurn Doshi
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 step

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.