Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...


Individual components can be installed using the commands below,
```./install-base.sh``` - Installs
To install the tools required for other installer scripts.```

Code Block
languagebash
>./install-

...

base.sh


To install ``` - Installs the ACM, and it's related components.
```

Code Block
languagebash
>./install-

...

acm.sh


To install ``` - Installs the Kserve, and it's related components.```

Code Block
languagebash
>./install-

...

kserve.sh


To installs ``` - Installs the NONRTRIC components.

Code Block
languagebash
>./install-nonrtric.sh

Uninstallation


```./uninstall-all.sh``` - Uninstalls all the components

...