Skip to content

Commit b8eea38

Browse files
committed
Add development mode documention to the README.md
1 parent a25eeed commit b8eea38

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

stepup/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ Mailcatcher is included. You can view the email by going to http://localhost:108
7272

7373
A SimpleSAMLPHP sp is included. It can be accessed at https://ssp.dev.openconext.local/simplesaml/sp.php
7474

75+
# Starting a project in development mode
7576

76-
77-
78-
77+
You can mount your local directory inside a development container which contains the correct node and composer versions for your project. To do so use the script start-dev-env.sh. It takes two parameters: the service name and the local directory to mount. Example: start-dev-env.sh webauthn /home/dan/Stepup-webauthn (the recommended way would be to use absolute paths). The startup script uses these two parameters to read the docker compose override file from the service's directory and replace the code path in that file (by reading it as an env var)

0 commit comments

Comments
 (0)