nebula setup
Install the prerequisites for running Nebula locally
generated from the sources
Install the prerequisites for running Nebula locally.
nebula setup [--check]Installs what is missing and reports what it finds:
spacetime the SpacetimeDB CLI (control-plane server + module publishing), via its official installer
dotnet the .NET 10 SDK the control-plane module is compiled with, via dotnet-install into ~/.dotnet
git, ssh needed by `nebula init` (fetching the SDK) and `nebula deploy` (reaching the VMs)
Unity reports the editors Unity Hub has installed and whether they have Linux Dedicated Server supportOptions
| Option | Description |
|---|---|
--check | only report; install nothing |
Global options
These work with every command and may appear before or after it.
| Option | Description |
|---|---|
--project <path> | run against another Nebula project instead of the current folder |
-v, --verbose | print stack traces and the commands the CLI runs |
-y, --yes | answer every confirmation with yes |
Examples
nebula setup
nebula setup --check
nebula setup --yes