mirror of
https://forge.dns-witch.net/dns-witch/nomilo.git
synced 2026-05-11 02:49:10 +02:00
17 lines
397 B
Markdown
17 lines
397 B
Markdown
# Nomilo
|
|
|
|
> This projet is in a very experimental state
|
|
|
|
## Quick start
|
|
|
|
```
|
|
nomilo server run
|
|
nomilo user add --name Admin --password supersecret --email admin@localhost --is-admin
|
|
```
|
|
|
|
Or if you prefer to not run the webserver before setting up the first user
|
|
```
|
|
nomilo server migrate
|
|
nomilo user add --name Admin --password supersecret --email admin@localhost --is-admin
|
|
nomilo server run
|
|
```
|