mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 01:18:42 +00:00
Running Fleet locally: Building MDM features (#31829)
This commit is contained in:
parent
f3a4e0c208
commit
5aff5e76c1
1 changed files with 2 additions and 0 deletions
|
|
@ -180,6 +180,8 @@ To start the Fleet server backed by the Docker development infrastructure, run t
|
|||
./build/fleet serve --dev
|
||||
```
|
||||
|
||||
> To develop Fleet's MDM features, you have to pass a `--fleet_server_private_key` in your `fleet serve --dev` command. Learn how to generate a private key in [Fleet's server configuration documentation](https://fleetdm.com/docs/configuration/fleet-server-configuration#server-private-key).
|
||||
|
||||
### Developing the Fleet UI
|
||||
|
||||
When the Fleet server is running, the Fleet UI is accessible by default at
|
||||
|
|
|
|||
Loading…
Reference in a new issue