[simplesamlphp] r3391 committed - New instructions on how to install from github.

1 view
Skip to first unread message

simple...@googlecode.com

unread,
Feb 25, 2014, 5:19:19 AM2/25/14
to simplesaml...@googlegroups.com
Revision: 3391
Author: jai...@gmail.com
Date: Tue Feb 25 10:18:57 2014 UTC
Log: New instructions on how to install from github.
http://code.google.com/p/simplesamlphp/source/detail?r=3391

Added:
/trunk/docs/simplesamlphp-install-repo.txt
Modified:
/trunk/docs/index.txt
/trunk/docs/simplesamlphp-install.txt

=======================================
--- /dev/null
+++ /trunk/docs/simplesamlphp-install-repo.txt Tue Feb 25 10:18:57 2014 UTC
@@ -0,0 +1,42 @@
+Installing SimpleSAMLphp from the repository
+============================================
+
+These are some notes about running SimpleSAMLphp from subversion.
+
+Installing from github
+----------------------
+
+Go to the directory where you want to install SimpleSAMLphp:
+
+ cd /var
+
+Then do a git clone:
+
+ git clone g...@github.com:simplesamlphp/simplesamlphp.git simplesamlphp
+
+Initialize configuration and metadata:
+
+ cd /var/simplesamlphp
+ cp -r config-templates/* config/
+ cp -r metadata-templates/* metadata/
+
+Install the external dependencies with Composer (you can refer to
http://getcomposer.org/ to get detailed
+instructions on how to install Composer itself):
+
+ php composer.phar install
+
+
+Upgrading
+---------
+
+Go to the root directory of your simpleSAMLphp installation:
+
+ cd /var/simplesamlphp
+
+Ask git to update to the latest version:
+
+ git fetch origin
+ git pull master
+
+Install the external dependencies with Composer (http://getcomposer.org/):
+ php composer.phar install
=======================================
--- /trunk/docs/index.txt Mon Feb 24 19:45:06 2014 UTC
+++ /trunk/docs/index.txt Tue Feb 25 10:18:57 2014 UTC
@@ -10,7 +10,7 @@
* [Upgrade notes for version 1.7](simplesamlphp-upgrade-notes-1.7)
* [Upgrade notes for version 1.6](simplesamlphp-upgrade-notes-1.6)
* [Upgrade notes for version 1.5](simplesamlphp-upgrade-notes-1.5)
- * [Installation from Subversion](simplesamlphp-subversion)
+ * [Installation from the repository](simplesamlphp-install-repo)
* [Changelog](simplesamlphp-changelog)
* [Using simpleSAMLphp as a SAML Service Provider](simplesamlphp-sp)
* [Hosted SP Configuration Reference](./saml:sp)
=======================================
--- /trunk/docs/simplesamlphp-install.txt Mon Jan 27 09:28:12 2014 UTC
+++ /trunk/docs/simplesamlphp-install.txt Tue Feb 25 10:18:57 2014 UTC
@@ -26,7 +26,7 @@
--------------------

This document is about the latest stable version of simpleSAMLphp.
-If you want to install the development version, look at the instructions
for [installing simpleSAMLphp from Subversion](simplesamlphp-subversion).
+If you want to install the development version, look at the instructions
for [installing simpleSAMLphp from the
repository](simplesamlphp-install-repo).


Prerequisites
Reply all
Reply to author
Forward
0 new messages