mirror of
https://github.com/kemko/nomad.git
synced 2026-01-14 22:35:42 +03:00
19 lines
459 B
Markdown
19 lines
459 B
Markdown
---
|
|
layout: "intro"
|
|
page_title: "Running Nomad"
|
|
sidebar_current: "getting-started-running"
|
|
description: |-
|
|
Learn how to deploy Nomad into production, how to initialize it, configure it, etc.
|
|
---
|
|
|
|
# Running Nomad
|
|
This section will detail how to run Nomad on client machines. It should include
|
|
a sample upstart script and stuff
|
|
|
|
## Next
|
|
|
|
TODO: Fill in text here.
|
|
|
|
Next, we have a [short tutorial](/intro/getting-started/apis.html) on using
|
|
Nomad's HTTP APIs.
|