Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 12 additions & 14 deletions content/en/docs/installation/download/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,26 +19,24 @@ It is a task executor on steroids.

The predefined set of tasks are all you need to install and manage an OpenServerless cluster.

### Download links
### How to install
You can install OpenServerless using its Command Line Interface, `ops`.

{{< blockquote warning >}}
Since we are in a preview phase, this is not an official link approved by the Apache Software Foundation.
{{< blockquote info >}}
Since we are in a preview phase, we do not yet have an official build approved by the Apache Software Foundation.
However is ok to install using the following method.
{{< /blockquote >}}

Quick install in Linux, MacOS and Windows with WSL or GitBash:
### Prerequisite - install Go
Before you begin, make sure you have a recent installation of Go Lang.
If you don't have Go, access the official Go Lang Download and Installation page (https://go.dev/doc/install) in your browser
and follow the instructions.

```bash
curl -sL bit.ly/get-ops | bash
```

Quick install in Windows with PowerShell
### Install the CLI
After Go is installed, you can quick install in Linux, MacOS and Windows with WSL or GitBash:

Open a powershell. Then give these commands:

```powershell
Set-ExecutionPolicy Bypass -Scope Process -Force
irm bit.ly/get-ops-exe | iex
```bash
go install github.com:apache/openserverless-cli/cmd/ops
```

### After the installation
Expand Down