@@ -25,17 +25,17 @@ Execute the installer and follow the instructions prompted on the terminal.
2525If your deployment machine has InstructLab (ilab CLI) setup, either on the host or in python virtual environment, use the following command
2626
2727``` shell
28- ./ilab-ui-native-installer.sh --username < USERNAME> --password < PASSWORD>
28+ ./ilab-ui-native-installer.sh install --username < USERNAME> --password < PASSWORD>
2929
30- e.g ./ilab-ui-native-installer.sh --username admin --password passw0rd
30+ e.g ./ilab-ui-native-installer.sh install --username admin --password passw0rd
3131```
3232
3333If your deployment machine don't have InstructLab CLI setup, please clone the taxonomy repo and fire the following command.
3434
3535``` shell
36- ./ilab-ui-native-installer.sh --username < USERNAME> --password < PASSWORD> --taxonomy-dir < TAXONOMY_DIR>
36+ ./ilab-ui-native-installer.sh install --username < USERNAME> --password < PASSWORD> --taxonomy-dir < TAXONOMY_DIR>
3737
38- e.g ./ilab-ui-native-installer.sh --username admin --password passw0rd --taxonomy-dir /Users/johndoe/instructlab/taxonomy
38+ e.g ./ilab-ui-native-installer.sh install --username admin --password passw0rd --taxonomy-dir /Users/johndoe/instructlab/taxonomy
3939```
4040
4141> [ !NOTE]
@@ -44,7 +44,7 @@ e.g ./ilab-ui-native-installer.sh --username admin --password passw0rd --taxonom
4444If you are deploying the UI stack on a remote machine, please provide the auth url in the input
4545
4646``` shell
47- ./ilab-ui-native-installer.sh --username < USERNAME> --password < PASSWORD> --taxonomy-dir < TAXONOMY_DIR> --auth-url http://< REMOTE-IP> :3000
47+ ./ilab-ui-native-installer.sh install --username < USERNAME> --password < PASSWORD> --taxonomy-dir < TAXONOMY_DIR> --auth-url http://< REMOTE-IP> :3000
4848```
4949
5050Please use ` --help ` to see more options supported by the installer.
@@ -134,6 +134,12 @@ The Instructlab UI should now be accessible from `http://localhost:3000` or `htt
134134
135135## Cleaning up
136136
137+ If you used installer to install the UI stack, fire the following command
138+
139+ ```shell
140+ ./ilab-ui-native-installer.sh uninstall
141+ ```
142+
137143To clean up the deployment, use ` podman kube down ` to delete the deployment.
138144
139145``` bash
0 commit comments