# Installing CLI (oc) on Computer

On the service Cloudeka provides OpenShift Client (OC) or Command Line Interface (CLI) so that you can create applications and manage OpenShift projects using the CLI. Cloudeka provides several operating systems, including Windows, Linux, and MacOS. Here are the steps to run the CLI with the Windows operating system:

* On the Cloudeka services page select Platform and click the Deka Rock menu.

<figure><img src="https://putri.box.cloudeka.id/cloudeka-assets/static/images/17dekarock/6.0cli.png" alt=""><figcaption><p>Installing CLI on Computer (a)</p></figcaption></figure>

* On the Action column click the More button and click the Details button.

<figure><img src="https://putri.box.cloudeka.id/cloudeka-assets/static/images/17dekarock/6.1cli.png" alt=""><figcaption><p>Installing CLI on Computer (b)</p></figcaption></figure>

* On the CLI Tools tab select the CLI installer file to download according to the computer specifications you are using.

<figure><img src="https://putri.box.cloudeka.id/cloudeka-assets/static/images/17dekarock/2.8%20cli%20tools.png" alt=""><figcaption><p>Installing CLI on Computer (c)</p></figcaption></figure>

* Extract the downloaded oc folder and wait for the process to complete.

<figure><img src="https://putri.box.cloudeka.id/cloudeka-assets/static/images/17dekarock/6.2ekstrak.png" alt=""><figcaption><p>Extrack File oc</p></figcaption></figure>

* Open Command Prompt and enter the location of the oc file into your computer's PATH by adding the following syntax.

```linux
set PATH=%PATH%;[alamat lokasi file oc]
```

<figure><img src="https://putri.box.cloudeka.id/cloudeka-assets/static/images/17dekarock/6.3path.png" alt=""><figcaption><p>Set PATH</p></figcaption></figure>

* oc is already usable for further guidance on Openshift you can visit the Openshift website.

<figure><img src="https://putri.box.cloudeka.id/cloudeka-assets/static/images/17dekarock/6.4ocrun.png" alt=""><figcaption><p>CMD-oc</p></figcaption></figure>
