This guide installs Nomad and starts a basic development or single-node server.
Install from HashiCorp packages or release binaries.
Debian/Ubuntu example:
sudo apt-get update
sudo apt-get install -y nomad
Create /etc/nomad.d/nomad.hcl with basic server/client role settings.
sudo systemctl enable --now nomad
nomad version
nomad node status