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
bd0efdf7
Commit
bd0efdf7
authored
6 years ago
by
Thijs Kinkhorst
Browse files
Options
Downloads
Patches
Plain Diff
Update install/build instructions
parent
fec4a19a
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/simplesamlphp-install-repo.md
+12
-6
12 additions, 6 deletions
docs/simplesamlphp-install-repo.md
with
12 additions
and
6 deletions
docs/simplesamlphp-install-repo.md
+
12
−
6
View file @
bd0efdf7
...
@@ -3,8 +3,8 @@ Installing SimpleSAMLphp from the repository
...
@@ -3,8 +3,8 @@ 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.
Installing from git
hub
Installing from git
-------------------
---
-------------------
Go to the directory where you want to install SimpleSAMLphp:
Go to the directory where you want to install SimpleSAMLphp:
...
@@ -20,10 +20,16 @@ Initialize configuration and metadata:
...
@@ -20,10 +20,16 @@ Initialize configuration and metadata:
cp -r config-templates/* config/
cp -r config-templates/* config/
cp -r metadata-templates/* metadata/
cp -r metadata-templates/* metadata/
Install the external dependencies with Composer (you can refer to
[
getcomposer.org
](
http://getcomposer.org/
)
to get detailed
Install the external dependencies with Composer (you can refer to
instructions on how to install Composer itself):
[
getcomposer.org
](
https://getcomposer.org/
)
to get detailed
instructions on how to install Composer itself) and npm:
php composer.phar install
php composer.phar install
npm install
Build the assets:
npm run build
Upgrading
Upgrading
...
@@ -38,8 +44,8 @@ Ask git to update to the latest version:
...
@@ -38,8 +44,8 @@ Ask git to update to the latest version:
git fetch origin
git fetch origin
git pull origin master
git pull origin master
Install or upgrade the external dependencies with Composer and npm
(
[
get composer
](
http://getcomposer.org/
)
)
:
Install or upgrade the external dependencies with Composer and npm:
php composer.phar install
php composer.phar install
npm install
npm install
npm run build
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