mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 10:25:42 +03:00
update READMEs
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
Deploys one or more servers running Nomad, Consul and Vault as well a configurable number of clients.
|
||||
|
||||
### Setup
|
||||
## Setup
|
||||
|
||||
Clone the repo and (optionally) use the included Vagrantfile to bootstrap a local staging environment:
|
||||
|
||||
@@ -29,7 +29,7 @@ $ export AWS_ACCESS_KEY_ID=[ACCESS_KEY_ID]
|
||||
$ export AWS_SECRET_ACCESS_KEY=[SECRET_ACCESS_KEY]
|
||||
```
|
||||
|
||||
### Provision
|
||||
## Provision
|
||||
|
||||
`cd` to one of the environment subdirectories:
|
||||
|
||||
@@ -68,7 +68,7 @@ terraform plan
|
||||
terraform apply
|
||||
```
|
||||
|
||||
## Usage
|
||||
## Access the cluster
|
||||
|
||||
SSH to a server using its public IP. For example:
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
## Examples
|
||||
# Examples
|
||||
|
||||
The examples included here are designed to introduce specific features and provide a basic learning experience. The examples subdirectory is automatically provisioned into the home directory of the VMs in your cloud environment.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user