@@ -10,9 +10,17 @@ a lightweight, [Heroku-inspired](http://heroku.com) workflow.
1010
1111![ Deis Graphic] ( https://s3-us-west-2.amazonaws.com/get-deis/deis-graphic-small.png )
1212
13- Deis Workflow v2 is changing quickly . Your feedback and participation are more than welcome, but be
13+ Deis Workflow v2 is currently in alpha . Your feedback and participation are more than welcome, but be
1414aware that this project is considered a work in progress.
1515
16+ The following features are not ready in Alpha1, but will be coming
17+ soon.
18+
19+ - Complete SSL support
20+ - Dockerfile builds
21+ - Backup and restore features
22+ - Persistent storage (though it can be manually configured)
23+
1624## Hacking Workflow
1725
1826First, install [ helm] ( http://helm.sh ) and [ boot up a kubernetes cluster] [ install-k8s ] . Next, add the
@@ -28,28 +36,9 @@ Then, install Deis!
2836$ helm install deis/deis
2937```
3038
31- You can then monitor their status by running
32-
33- ``` console
34- $ kubectl get pods --namespace=deis
35- ```
36-
37- Once this is done, you can SSH into the minion running the controller and run the following:
39+ Complete instructions for installing and managing a Deis cluster are
40+ available in the [ docs folder] ( https://github.com/deis/workflow/tree/master/docs/src ) .
3841
39- ```
40- $ curl -sSL https://get-deis.s3.amazonaws.com/deis/workflow/220/220.1/client/deis
41- $ chmod 755 deis
42- $ sudo mv deis /bin
43- $ kubectl get service --namespace=deis deis-workflow
44- $ deis register 10.247.59.157 # or the appropriate CLUSTER_IP
45- $ ssh-keygen -t rsa -b 4096 -C "your_email@example.com"
46- $ eval $(ssh-agent) && ssh-add ~/.ssh/id_rsa
47- $ deis keys:add ~/.ssh/id_rsa.pub
48- $ deis create --no-remote
49- Creating Application... done, created madras-radiator
50- $ deis pull deis/example-go -a madras-radiator
51- Creating build... ..o
52- ```
5342
5443If you want to retrieve the latest client build, check
5544[ the latest builds on Travis CI] ( https://travis-ci.org/deis/workflow/builds ) , notice the last build
0 commit comments