-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1887 44740490-163a-0410-bde0-09ae8108e29a
Olav Morken authoredgit-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1887 44740490-163a-0410-bde0-09ae8108e29a
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
simplesamlphp-subversion.txt 685 B
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/
Upgrading
---------
Go to the root directory of your simpleSAMLphp installation:
cd /var/simplesamlphp
Ask subversion to update to the latest version:
svn update