> For the complete documentation index, see [llms.txt](https://docs.opsmx.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.opsmx.com/isd-spinnaker/opsmx-intelligent-software-delivery-isd-platform-spinnaker/release-notes/additional-resources/spinnaker-reference/spinnaker-installation/deploy-spinnaker.md).

# Deploy Spinnaker

## **Deploy Spinnaker and Connect UI**

Now you can select a Spinnaker version, start deploying it, and connect to it once it's finished.

Let’s select a Spinnaker version and deploy it.

1. To view the list of available versions, run the command below:

   ```
   hal version list
   ```
2. To set the version, run the command below:

   ```
   hal config version edit --version $VERSION
   ```
3. Run the command below to deploy Spinnaker:

   ```
   hal deploy apply
   ```
4. Once Spinnaker is deployed you can now connect to the Spinnaker UI. Run the command below:

   ```
   hal deploy connect
   ```
5. Navigate to **localhost:9000.** Now you can go to the browser and login to Spinnaker.
