---
title: Cloud Foundryのadmin-uiをBOSH-Liteでインストールメモ
tags: ["Cloud Foundry", "BOSH", "BOSH-Lite"]
categories: ["Dev", "PaaS", "CloudFoundry"]
date: 2016-01-19T03:13:26Z
updated: 2016-01-19T03:14:05Z
---

BOSH-LiteでローカルにインストールしたCloud FoundryはWeb UIがなくてさみしいので
コミュニティーから提供されている[admin-ui](https://github.com/cloudfoundry-incubator/admin-ui)をBOSHでインストールしてみます。

``` console
$ bosh login
$ git clone https://github.com/cloudfoundry-community/admin-ui-boshrelease.git
$ cd admin-ui-boshrelease/
$ bosh upload release https://bosh.io/d/github.com/cloudfoundry-community/admin-ui-boshrelease?v=6
$ git checkout v6
$ ./make_manifest warden
$ bosh deploy
$ bosh bosh run errand register_admin_ui
$ bosh run errand register_admin_ui
```

これだけでOK。

http://admin.bosh-lite.com/

<img src="https://qiita-image-store.s3.amazonaws.com/0/1852/67efcf34-8f50-ee88-e345-dfd5b1364eb6.png" width="80%" />
