Hydra: Difference between revisions
imported>Pacien Add virtual machine note |
imported>Pacien m Remind reader to execute command as specific user |
||
| Line 23: | Line 23: | ||
Hydra will provide the web interface [http://localhost:3000/ at localhost] port 3000. However you need to create a new admin user (as unix user <code>hydra</code>) before being able to perform any changes: | Hydra will provide the web interface [http://localhost:3000/ at localhost] port 3000. However you need to create a new admin user (as unix user <code>hydra</code>) before being able to perform any changes: | ||
<syntaxHighlight lang=bash> | <syntaxHighlight lang=bash> | ||
# su - hydra | |||
$ hydra-create-user alice --full-name 'Alice Q. User' \ | $ hydra-create-user alice --full-name 'Alice Q. User' \ | ||
--email-address 'alice@example.org' --password foobar --role admin | --email-address 'alice@example.org' --password foobar --role admin | ||