1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-07 00:48:01 +01:00
Files
openshift-docs/cli_reference/developer_cli_odo/installing-odo.adoc

29 lines
1.3 KiB
Plaintext
Raw Normal View History

2021-11-29 16:58:03 -05:00
:_content-type: ASSEMBLY
2019-10-11 13:32:32 +02:00
[id='installing-odo']
= Installing odo
2022-02-16 11:35:56 -05:00
include::_attributes/common-attributes.adoc[]
2019-10-11 13:32:32 +02:00
:context: installing-odo
2021-03-23 10:45:14 +00:00
2019-10-11 13:32:32 +02:00
toc::[]
// The following section describes how to install `{odo-title}` on different platforms using the CLI or the Visual Studio Code (VS Code) IDE.
You can install the `{odo-title}` CLI on Linux, Windows, or macOS by downloading a binary. You can also install the OpenShift VS Code extension, which uses both the `{odo-title}` and the `oc` binaries to interact with your OpenShift Container Platform cluster. For {op-system-base-full}, you can install the `{odo-title}` CLI as an RPM.
[NOTE]
====
Currently, `{odo-title}` does not support installation in a restricted network environment.
====
// You can also find the URL to the latest binaries from the {product-title} web console by clicking the *?* icon in the upper-right corner and selecting *Command Line Tools*
2019-10-11 13:32:32 +02:00
2020-05-11 14:48:40 +02:00
include::modules/developer-cli-odo-installing-odo-on-linux.adoc[leveloffset=+1]
2019-10-11 13:32:32 +02:00
2020-05-11 14:48:40 +02:00
include::modules/developer-cli-odo-installing-odo-on-windows.adoc[leveloffset=+1]
2019-10-11 13:32:32 +02:00
2020-05-11 14:48:40 +02:00
include::modules/developer-cli-odo-installing-odo-on-macos.adoc[leveloffset=+1]
include::modules/developer-cli-odo-installing-odo-on-vs-code.adoc[leveloffset=+1]
2022-02-16 11:35:56 -05:00
include::modules/developer-cli-odo-installing-odo-on-linux-rpm.adoc[leveloffset=+1]