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 <[email protected]> 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 = "[email protected]<mailto: >> [email protected]>" >> admin-password = "[email protected]<mailto: >> [email protected]>" >> 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 < >> [email protected]> >> 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
