Update instructions
This commit is contained in:
parent
0dd0aa31c8
commit
8b43dc60a5
@ -6,7 +6,7 @@
|
||||
|
||||
- Add location of the directory containing the ansible binary to your `PATH`
|
||||
|
||||
- Optional: Set Locale Encoding to `UTF-8`:
|
||||
- Optional: Set Locale Encoding to `UTF-8`
|
||||
|
||||
Ansible requires the locale encoding to be `UTF-8`. You can either set the system-wide locale or use the `LANG` prefix when running Ansible commands.
|
||||
|
||||
|
@ -8,7 +8,7 @@ To get started, follow the [installation](../README.md#installation) guide to se
|
||||
|
||||
The following commands have to be executed in [`nitro-bridge-demo-setup`](./) directory
|
||||
|
||||
- To set up the Nitro Bridge Demo, execute the `run-bridge-demo.yml` Ansible playbook by running the following command.
|
||||
- To set up the Nitro Bridge Demo, execute the `run-bridge-demo.yml` Ansible playbook by running the following command:
|
||||
|
||||
NOTE: By default, deployments are created in the `nitro-bridge-demo-setup/out` directory. If you need to change this location, you can update the `nitro_directory` variable in the [vars.yml](./vars.yml) file.
|
||||
|
||||
@ -26,7 +26,7 @@ The following commands have to be executed in [`nitro-bridge-demo-setup`](./) di
|
||||
|
||||
### Reset Demo
|
||||
|
||||
- Run command to reset demo
|
||||
- Run the following command to reset demo:
|
||||
|
||||
```bash
|
||||
LANG=en_IN.utf8 ansible-playbook -i localhost, --connection=local reset-demo.yml --extra-vars='{"target_host" : "localhost"}' -K --user $USER
|
||||
|
Loading…
Reference in New Issue
Block a user