mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-09-26 13:04:13 +00:00
* WIP * wip * Update keto.yml, socket_routes.go, and 12 more files... * fixes and docs * Update api.js * Update auth.go and api.js * Update user_role_provider.go * Update config_routes.go and api.js * Update consts.go
5 lines
141 B
Bash
5 lines
141 B
Bash
#!/bin/sh
|
|
|
|
keto migrate up -c /etc/config/keto/keto.yml --yes # this initializes the db
|
|
keto serve -c /etc/config/keto/keto.yml # start keto
|