Available in 1.5 1.6 1.7 1.8 trunk

simpleSAMLphp from Subversion

These are some notes about running simpleSAMLphp from subversion.

1 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/

2 Upgrading

Go to the root directory of your simpleSAMLphp installation: cd /var/simplesamlphp

Ask subversion to update to the latest version: svn update