Translations:Hydra/5/de: Difference between revisions

leftover at
Jopejoe1 (talk | contribs)
Replaced content with "=== Webserverkonfiguration ==="
Tag: Replaced
 
Line 1: Line 1:
=== Webserverkonfiguration ===
=== Webserverkonfiguration ===
Hydra stellt ein Webinterface
[http://localhost:3000/ auf localhost] und Port 3000 bereit.
Allerdings muss ein neuer Admin-Account (als UNIX user <code>hydra</code>) erstellt werden, bevor man in der Lage ist Änderungen vorzunehmen:
<syntaxHighlight lang=bash>
# su - hydra
$ hydra-create-user alice --full-name 'Alice Q. User' \
    --email-address 'alice@example.org' --password-prompt --role admin
</syntaxHighlight>