File tree Expand file tree Collapse file tree 1 file changed +10
-28
lines changed Expand file tree Collapse file tree 1 file changed +10
-28
lines changed Original file line number Diff line number Diff line change 2626
2727# Quick Start
2828
29- momonga_cli
30-
31- ```
32- go get -u github.com/chobie/momonga/momonga_cli
33- #subscribe /debug topic
34- momonga_cli sub -t /debug
35-
36- ```
37-
38- # Dependencies
39-
4029```
41- required:
42- code.google.com/p/log4go
30+ #momongad
31+ go get -u github.com/chobie/momonga/momongad
32+ momongad
4333
44- optional:
45- github.com/chobie/gopsutil
46- github.com/BurntSushi/toml
47- code.google.com/p/go.net/websocket
34+ #momonga_cli
35+ go get -u github.com/chobie/momonga/momonga_cli
36+ momonga_cli
4837```
4938
5039# Development
5140
5241```
53- mkdir -p momonga/src
54- cd momonga
42+ mkdir momonga && cd momonga
5543export GOPATH=`pwd`
44+ go get -u github.com/chobie/momonga/momongad
5645
57- go get -u gopkg.in/check.v1
58- go get -u code.google.com/p/log4go
59- go get -u code.google.com/p/go.net/websocket
60- go get -u github.com/BurntSushi/toml
61- go get -u github.com/chobie/momonga
46+ # server
47+ go run src/github.com/chobie/momonga/momongad/momongad.go -config=src/github.com/chobie/momonga/config.toml
6248
6349# cli
6450go build -o momonga_cli src/github.com/chobie/momonga/momonga_cli/momonga_cli.go
65-
66- # server
67- go build -o moomngad src/github.com/chobie/momonga/momongad/momongad.go
68-
6951```
7052
7153# Author
You can’t perform that action at this time.
0 commit comments