diff options
Diffstat (limited to 'docs/simplesamlphp-subversion.txt')
-rw-r--r-- | docs/simplesamlphp-subversion.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/simplesamlphp-subversion.txt b/docs/simplesamlphp-subversion.txt index 395e814..840677d 100644 --- a/docs/simplesamlphp-subversion.txt +++ b/docs/simplesamlphp-subversion.txt @@ -20,6 +20,10 @@ Initialize configuration and metadata: cp -r config-templates/* config/ cp -r metadata-templates/* metadata/ +Install the external dependencies with Composer (http://getcomposer.org/): + + php composer.phar install + Upgrading --------- @@ -29,3 +33,6 @@ Go to the root directory of your simpleSAMLphp installation: Ask subversion to update to the latest version: svn update + +Install the external dependencies with Composer (http://getcomposer.org/): + php composer.phar install |