added readme

feature/ui
Karolis Rusenas 2019-05-29 23:06:16 +01:00
parent c69ffd79a2
commit f8763ebb06
3 changed files with 25 additions and 1 deletions

View File

@ -56,7 +56,31 @@ Support Keel's development by:
* Star this repository
* [Follow on Twitter](https://twitter.com/keel_hq)
### Lightning quick start
### Warp speed quick start
To achieve warp speed, we will be using [sunstone.dev](https://about.sunstone.dev) service and Minikube.
Start Minikube:
```bash
minikube start
```
Install customized Keel (feel free to change credentials, namespace and version tag) straight from your `kubectl`.
```bash
# To override default latest semver tag, add &tag=x.x.x query argument to the URL below
kubectl apply -f https://sunstone.dev/raw.githubusercontent.com/keel-hq/keel/feature/ui/deployment/deployment-template.yaml?namespace=default&username=admin&password=admin
# and get Keel IP:
minikube service --namespace default keel --url
http://192.168.99.100:3199
```
Open it in your browser. UI will let you
### Helm quick start
Prerequisites:

Binary file not shown.

Before

Width:  |  Height:  |  Size: 54 KiB

After

Width:  |  Height:  |  Size: 24 KiB

BIN
static/keel-ui.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 60 KiB