bihicheng / assemblyline

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

取得代码

$ go get github.com/sunfmin/assemblyline

$ cd $GOPATH/src/github.com/sunfmin/assemblyline
$ python -m SimpleHTTPServer
Serving HTTP on 0.0.0.0 port 8000 ...

然后打开新命令行启动进程

$ assemblyline 
2012/10/27 09:39:55 Restarting:  map[WashTeaPot:1 MakePotOfTea:1 MakeCupOfTea:1 BoilWater:1 WashWaterPot:1 PickTea:1 WashCup:1]
2012/10/27 09:39:55 Restarted All Finished
2012/10/27 09:39:55 Starting WashWaterPot  g1
2012/10/27 09:39:55 Starting WashCup  g1
2012/10/27 09:39:55 Starting WashTeaPot  g1
2012/10/27 09:39:55 Starting PickTea  g1

演讲稿地址

https://raw.github.com/sunfmin/assemblyline/master/keynote.pdf

About