Update instructions

This commit is contained in:
Adw8 2024-09-03 14:16:21 +05:30
parent 0dd0aa31c8
commit 8b43dc60a5
2 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@
- Add location of the directory containing the ansible binary to your `PATH` - 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. 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.

View File

@ -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 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. 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 ### Reset Demo
- Run command to reset demo - Run the following command to reset demo:
```bash ```bash
LANG=en_IN.utf8 ansible-playbook -i localhost, --connection=local reset-demo.yml --extra-vars='{"target_host" : "localhost"}' -K --user $USER LANG=en_IN.utf8 ansible-playbook -i localhost, --connection=local reset-demo.yml --extra-vars='{"target_host" : "localhost"}' -K --user $USER