Skip to content

Commit

Permalink
initialize a 'for developpers' installation doc (#929)
Browse files Browse the repository at this point in the history
  • Loading branch information
David Coutadeur committed Jul 2, 2024
1 parent f586c00 commit cd3826b
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -147,3 +147,20 @@ Start container, mounting that configuration file:
docker run -p 80:80 \
-v $PWD/ssp.conf.php:/var/www/conf/config.inc.local.php \
-it docker.io/ltbproject/self-service-password:latest


From git repository, for developpers only
-----------------------------------------

You can get the content of git repository

Update composer dependencies:

.. prompt:: bash

composer update

Depending on your php version, this command will determine the versions of composer dependencies, and create a ``composer.lock`` file. Then it will download these dependencies and put them in vendor/ directory.

Then you can follow the instructions from `From tarball`_, especially the prerequisites.

0 comments on commit cd3826b

Please sign in to comment.