diff options
author | Andreas Åkre Solberg <andreas.solberg@uninett.no> | 2008-03-11 05:17:40 +0000 |
---|---|---|
committer | Andreas Åkre Solberg <andreas.solberg@uninett.no> | 2008-03-11 05:17:40 +0000 |
commit | a3cbc0d55052cc3af341c4f08f7675dedf8a090c (patch) | |
tree | 2b1c7204e0451b0904f27331c0e53a5d63fc4901 | |
parent | 6f9a81341109e7cc031f09ca644255fcb36cbd83 (diff) | |
download | simplesamlphp-a3cbc0d55052cc3af341c4f08f7675dedf8a090c.zip simplesamlphp-a3cbc0d55052cc3af341c4f08f7675dedf8a090c.tar.gz simplesamlphp-a3cbc0d55052cc3af341c4f08f7675dedf8a090c.tar.bz2 |
Added a section about upgrading in the installation guide
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@381 44740490-163a-0410-bde0-09ae8108e29a
-rw-r--r-- | docs/resources/simplesamlphp-install/screenshot-installationpage.png | bin | 81758 -> 211145 bytes | |||
-rw-r--r-- | docs/source/simplesamlphp-googleapps.xml | 2 | ||||
-rw-r--r-- | docs/source/simplesamlphp-install.xml | 49 | ||||
-rw-r--r-- | docs/source/simplesamlphp-maintenance.xml | 2 |
4 files changed, 41 insertions, 12 deletions
diff --git a/docs/resources/simplesamlphp-install/screenshot-installationpage.png b/docs/resources/simplesamlphp-install/screenshot-installationpage.png Binary files differindex b9337f1..8693915 100644 --- a/docs/resources/simplesamlphp-install/screenshot-installationpage.png +++ b/docs/resources/simplesamlphp-install/screenshot-installationpage.png diff --git a/docs/source/simplesamlphp-googleapps.xml b/docs/source/simplesamlphp-googleapps.xml index e318f94..ef05f4d 100644 --- a/docs/source/simplesamlphp-googleapps.xml +++ b/docs/source/simplesamlphp-googleapps.xml @@ -8,7 +8,7 @@ <articleinfo> <date>2007-10-15</date> - <pubdate>Sun Oct 21 13:51:26 2007</pubdate> + <pubdate>Sat Mar 8 22:40:15 2008</pubdate> <author> <firstname>Andreas Åkre</firstname> diff --git a/docs/source/simplesamlphp-install.xml b/docs/source/simplesamlphp-install.xml index aebd339..b55cc3d 100644 --- a/docs/source/simplesamlphp-install.xml +++ b/docs/source/simplesamlphp-install.xml @@ -7,7 +7,7 @@ <articleinfo> <date>2007-08-30</date> - <pubdate>Wed Mar 5 08:15:51 2008</pubdate> + <pubdate>Sat Mar 8 22:44:07 2008</pubdate> <author> <firstname>Andreas Åkre</firstname> @@ -18,21 +18,15 @@ </author> </articleinfo> - <warning> - <para>This version of this document is work in progress. We are currently - working on updating the document to</para> - </warning> - <section> <title>News about simpleSAMLphp</title> <para>To get the latest news about simpleSAMLphp you can follow this url: <ulink - url="http://rnd.feide.no/taxonomy/term/4">http://rnd.feide.no/taxonomy/term/4</ulink>.</para> - - <para>Here is the simpleSAMLphp homepage:</para> + url="http://rnd.feide.no/taxonomy/term/4">http://rnd.feide.no/taxonomy/term/4</ulink>. + It also conatins a RSS feed.</para> - <para><ulink + <para>Here is the simpleSAMLphp homepage: <ulink url="http://rnd.feide.no/simplesamlphp">http://rnd.feide.no/simplesamlphp</ulink></para> </section> @@ -67,6 +61,41 @@ svn up</screen> </section> <section> + <title>Upgrading from a previous version of simpleSAMLphp</title> + + <para>If you run a the subversion version, you can just type in:</para> + + <screen>svn update</screen> + + <para>in the root folder of your simpleSAMLphp installation. If you did + download and install the zipped version, you should take backup of the + config and the metadata directories, and then replace your simpleSAMLphp + directory with the new version.</para> + + <para>After updating from subversion or from a newer release as a zip + file, you will need to update your configuration and metadata. This is + only neccessary if the format of the config files or metadata has changed + between the version you ran and the one you are upgrading to.</para> + + <section> + <title>Upgrading config.php</title> + + <para>A good approach is to run a diff between your preivous config.php + file and the new config.php file located in config-templates/config.php, + and apply your modifications to the new template. Then you make sure + that all new entries in the latest version of config.php are included, + as well as your local modifications are preserved.</para> + </section> + + <section> + <title>Upgrading metadata files</title> + + <para>Most likely the metadata format is backward compatible. Otherwise + it shold</para> + </section> + </section> + + <section> <title>Making configuration and metadata files</title> <para>Configuration and metadata files are stored in a template format, diff --git a/docs/source/simplesamlphp-maintenance.xml b/docs/source/simplesamlphp-maintenance.xml index 4456adf..b46a038 100644 --- a/docs/source/simplesamlphp-maintenance.xml +++ b/docs/source/simplesamlphp-maintenance.xml @@ -7,7 +7,7 @@ <articleinfo> <date>2007-08-30</date> - <pubdate>Wed Feb 13 10:16:12 2008</pubdate> + <pubdate>Sat Mar 8 22:40:37 2008</pubdate> <author> <firstname>Andreas Åkre</firstname> |