mirror of
https://github.com/kemko/nomad.git
synced 2026-01-10 20:35:42 +03:00
* 'master' of https://github.com/hashicorp/nomad: (59 commits) Move the executor and spawn package into driver Remove file watching Check if the PID is alive instead of heartbeating through modify time Update CHANGELOG.md nomad/watch: add a note about the Item struct go fmt this file Vet errors Search path Update website Make a basic executor that can be shared and fix some fingerprinting/tests Small improvements Use const value for AWS metadata URL Create Spawn pkg that handles IPC with the spawn-daemon and update exec_linux to use that Fixed the restart policy syntax Introducing vars to create default batch and service restart policies Fixed the tests Declaring Batch and Service default restart policies Fixing tests to not create a TG without restart policies This option only work -> This option only works leave -> leaving ...
Nomad Website
This subdirectory contains the entire source for the Nomad Website. This is a Middleman project, which builds a static site from these source files.
Contributions Welcome!
If you find a typo or you feel like you can improve the HTML, CSS, or JavaScript, we welcome contributions. Feel free to open issues or pull requests like any normal GitHub project, and we'll merge it in.
Running the Site Locally
Running the site locally is simple. Clone this repo and run make dev.
Then open up http://localhost:4567. Note that some URLs you may need to append
".html" to make them work (in the navigation).