PHP Classes

File: web/SSO/docs/simplesamlphp-subversion.txt

Recommend this page to a friend!
  Classes of william amed   Raptor 2   web/SSO/docs/simplesamlphp-subversion.txt   Download  
File: web/SSO/docs/simplesamlphp-subversion.txt
Role: Documentation
Content type: text/plain
Description: Documentation
Class: Raptor 2
Framework that takes routes from annotations
Author: By
Last change:
Date: 8 years ago
Size: 900 bytes
 

Contents

Class file image Download
simpleSAMLphp from Subversion ============================= These are some notes about running simpleSAMLphp from subversion. Installing from Subversion -------------------------- Go to the directory where you want to install simpleSAMLphp: cd /var Then do a subversion checkout: svn checkout http://simplesamlphp.googlecode.com/svn/trunk/ simplesamlphp Initialize configuration and metadata: cd /var/simplesamlphp cp -r config-templates/* config/ cp -r metadata-templates/* metadata/ Install the external dependencies with Composer (http://getcomposer.org/): php composer.phar install Upgrading --------- Go to the root directory of your simpleSAMLphp installation: cd /var/simplesamlphp Ask subversion to update to the latest version: svn update Install the external dependencies with Composer (http://getcomposer.org/): php composer.phar install