Skip to content
Snippets Groups Projects
Commit 829238d7 authored by Jaime Pérez Crespo's avatar Jaime Pérez Crespo
Browse files

Add instructions on how to migrate from an existing installation from subversion.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3395 44740490-163a-0410-bde0-09ae8108e29a
parent 67046087
No related branches found
No related tags found
No related merge requests found
......@@ -41,3 +41,13 @@ Ask git to update to the latest version:
Install or upgrade the external dependencies with Composer ([get composer](http://getcomposer.org/)):
php composer.phar install
Migrating from Subversion
-------------------------
If you installed SimpleSAMLphp from subversion, and want to keep updated on the development, you will have to migrate
your installation to git. First, follow the steps to get a fresh install from github in a different directory. Skip the
steps regarding configuration and metadata initialization, and copy all the files you might have modified instead (not
only configuration and metadata, but also any custom modules or templates). Finally, proceed to install Composer and
install all the dependencies with it. You may want to add all your custom files to the '.gitignore' file.
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment