Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Make sure the php version >= 5.4
  2. Requires a Unix or Unix like operating system
  3. Requires a web server (e.g apache web server) with PHP version >=5.4. Make sure have enabled mod_rewrite module in httpd.conf file and enable PHP SOAP extension
  4. Install Composer
  5. MYSQL database installation
  6. MCrypt PHP extension


Installations

  1. Open - https://www.digitalocean.com/community/tutorials/how-to-install-laravel-4-on-a-centos-6-vps  and follow the steps for -
    1. Installing repositories 
    2. If you do not have apache, php, mysql installed. run installation steps for them too.
    3. Installing Composer
  2. Run ' git clone https://github.com/SciGaP/laravel-pga.git pga ' in the desired location.
  3. Change directory permissions of the storage folder with 'chmod 755 -R pga/app/storage '
  4. Go to [PGA_HOME]/app/config/pga_config.php and change the configuration to match your settings.
  5. In httpd.conf, enable mod_rewrite module.
  6. Run ' composer install ' in the root (pga) directory.
  7. Run localhost/<path-to-pga-directory>/public


 

User Hosted PGA with SciGaP in MAC OS

Prerequisites

 

  1. Make sure the php version >= 5.4
  2. Requires a Unix or Unix like operating system
  3. Requires a web server (e.g apache web server) with PHP version >=5.4. Make sure have enabled mod_rewrite module in httpd.conf file and enable PHP SOAP extension
  4. Install Composer
  5. MYSQL database installation
  6. MCrypt PHP extension

Installations

  1. To install MCrypt for PHP on MAC please follow the steps in http://coolestguidesontheplanet.com/install-mcrypt-php-mac-osx-10-9-mavericks-development-server/
  2. Once above is completed follow the steps given in http://sangatpedas.com/20140219/installing-laravel-osx-mavericks/ for
    1. Configuring Apache
    2. Installing Composer
    3. Installing Larval

 

Download and Configure PGA