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
