Skip to content

Commit

Permalink
docs(start-stack): describe how to login in locally running DSP-APP (…
Browse files Browse the repository at this point in the history
…RDU-54) (#1266)
  • Loading branch information
jnussbaum authored Nov 11, 2024
1 parent c9516fa commit 6ae63d1
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .markdownlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,6 @@ MD041: false

# MD045/no-alt-text - Images should have alternate text (alt text)
MD045: false

# MD046/code-block-style - Code blocks should be fenced instead of indented (incompatible with admonitions)
MD046: false
4 changes: 4 additions & 0 deletions docs/cli-commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -553,6 +553,10 @@ the upload will be rejected.

More help for this command can be found [here](./start-stack.md).

!!! note "Login credentials for DSP-APP"

To gain system administration rights inside a locally running DSP-APP,
login with username `[email protected]` and password `test`.


## `stop-stack`
Expand Down
4 changes: 4 additions & 0 deletions docs/start-stack.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ Here's an overview of the two ways:
| available versions | latest released version, or `main` branch | any branch, or locally modified working tree |
| caveats | | dependencies must be kept up to date |

!!! note "Login credentials for DSP-APP"

To gain system administration rights inside a locally running DSP-APP,
login with username `[email protected]` and password `test`.


## The Simple Way: `dsp-tools start-stack`
Expand Down
5 changes: 5 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,3 +86,8 @@ plugins:
show_signature: false
show_docstring_raises: false
show_root_toc_entry: false

markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences

0 comments on commit 6ae63d1

Please sign in to comment.