You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
9 months ago | |
---|---|---|
dev-scripts | 9 months ago | |
docs | 11 months ago | |
e2e | 9 months ago | |
migrations | 9 months ago | |
public | 9 months ago | |
src | 9 months ago | |
templates | 9 months ago | |
.gitignore | 9 months ago | |
Cargo.lock | 9 months ago | |
Cargo.toml | 9 months ago | |
LICENSE | 11 months ago | |
README.md | 9 months ago | |
api.yml | 9 months ago | |
diesel.toml | 9 months ago | |
nomilo.example.toml | 9 months ago |
README.md
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