nomilo/README.md

18 lines
397 B
Markdown
Raw Normal View History

2022-04-23 21:44:49 +00:00
# Nomilo
2021-03-20 02:36:01 +00:00
2022-04-23 21:44:49 +00:00
> 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
```