Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
simplesamlphp
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Perun
Perun ProxyIdP
v1
simplesamlphp
Commits
0598c156
Unverified
Commit
0598c156
authored
1 year ago
by
Patrick
Committed by
GitHub
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
Update docs to recommend use a tag when installing through git checkout (#1887)
parent
3edf413c
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/simplesamlphp-install-repo.md
+9
-1
9 additions, 1 deletion
docs/simplesamlphp-install-repo.md
with
9 additions
and
1 deletion
docs/simplesamlphp-install-repo.md
+
9
−
1
View file @
0598c156
...
@@ -3,6 +3,11 @@ Installing SimpleSAMLphp from the repository
...
@@ -3,6 +3,11 @@ Installing SimpleSAMLphp from the repository
These are some notes about running SimpleSAMLphp from the repository.
These are some notes about running SimpleSAMLphp from the repository.
Prerequisites
-------------
Review the
[
prerequisites
](
../simplesamlphp-install
)
from the main installation guide.
Installing from git
Installing from git
-------------------
-------------------
...
@@ -12,10 +17,13 @@ Go to the directory where you want to install SimpleSAMLphp:
...
@@ -12,10 +17,13 @@ Go to the directory where you want to install SimpleSAMLphp:
cd
/var
cd
/var
```
```
The
`master`
branch is not stable and targets the next major release.
Pick a
[
tag
](
https://github.com/simplesamlphp/simplesamlphp/tags
)
to use.
Then do a git clone:
Then do a git clone:
```
bash
```
bash
git clone https://github.com/simplesamlphp/simplesamlphp.git simplesamlphp
git clone
--branch
<tag_name>
https://github.com/simplesamlphp/simplesamlphp.git simplesamlphp
```
```
Initialize configuration and metadata:
Initialize configuration and metadata:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment