Skip to content

Commit

Permalink
deploy: 25f9042
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen committed Jun 27, 2024
1 parent 6128e0f commit 3a6c0af
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
18 changes: 18 additions & 0 deletions 2.2/simplesamlphp-install-repo.html
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,24 @@ <h2 id="installing-from-git">
cp<span class="w"> </span>metadata/saml20-sp-remote.php.dist<span class="w"> </span>metadata/saml20-sp-remote.php
</code></pre>
</div>
<p>
The default config.php has a setting
<code>
cachedir
</code>
which defaults to
<code>
/var/cache/simplesamlphp
</code>
. This directory should exist and be
writable by the web server user. You may like to consider something
like the ACL commands from the
<a href="https://symfony.com/doc/current/setup/file_permissions.html#1-using-acl-on-a-system-that-supports-setfacl-linux-bsd">
Symfony
website
</a>
to enable access to this cache directory.
</p>
<p>
Install the external dependencies with Composer (you can refer to
<a href="https://getcomposer.org/">
Expand Down
18 changes: 18 additions & 0 deletions stable/simplesamlphp-install-repo.html
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,24 @@ <h2 id="installing-from-git">
cp<span class="w"> </span>metadata/saml20-sp-remote.php.dist<span class="w"> </span>metadata/saml20-sp-remote.php
</code></pre>
</div>
<p>
The default config.php has a setting
<code>
cachedir
</code>
which defaults to
<code>
/var/cache/simplesamlphp
</code>
. This directory should exist and be
writable by the web server user. You may like to consider something
like the ACL commands from the
<a href="https://symfony.com/doc/current/setup/file_permissions.html#1-using-acl-on-a-system-that-supports-setfacl-linux-bsd">
Symfony
website
</a>
to enable access to this cache directory.
</p>
<p>
Install the external dependencies with Composer (you can refer to
<a href="https://getcomposer.org/">
Expand Down

0 comments on commit 3a6c0af

Please sign in to comment.