You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/aperture/nomad.md
+30-6
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Nomad on Aperture - `distro`, `wizzdom`
2
2
3
-
> Adapted from the [redbrick/nomad repo's README](https://github.com/redbrick/nomad/README.md)
3
+
> Adapted from [redbrick/nomad README](https://github.com/redbrick/nomad/README.md)
4
4
5
5
## What is Nomad?
6
6
@@ -16,7 +16,27 @@ All Nomad job related configurations are stored in the `nomad` directory.
16
16
17
17
The terminology used here is explained [here](https://developer.hashicorp.com/nomad/tutorials/get-started/get-started-vocab). This is **required reading**.
18
18
19
-
All of the job files are stored in the `nomad` directory. To deploy a Nomad job manually, connect to a host and run
19
+
- Install Nomad on your machine [here](https://developer.hashicorp.com/nomad/docs/install)
0 commit comments