Translations:Hydra/5/de: Difference between revisions

Created page with "=== Webserverkonfiguration === Hydra stellt ein Webinterface auf [http://localhost:3000/ at 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>"
 
Jopejoe1 (talk | contribs)
Replaced content with "=== Webserverkonfiguration ==="
Tag: Replaced
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
=== Webserverkonfiguration ===
=== Webserverkonfiguration ===
Hydra stellt ein Webinterface
auf [http://localhost:3000/ at 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>