Skip to content

Commit e592ee5

Browse files
author
olevole
committed
remove imagelist
1 parent abb87a0 commit e592ee5

File tree

3 files changed

+14
-16
lines changed

3 files changed

+14
-16
lines changed

README.md

+13-13
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
# cbsd-mq-router
22

3-
CBSD message queue router
4-
3+
CBSD message queue router: subscribe to events and deliver to the CBSD
54
Client + sample: https://github.com/cbsd/bs_router-client
65

76
# Installation
87

9-
setenv GOPATH $( realpath . )
10-
11-
go get
12-
13-
go build
14-
15-
pkg update -f
8+
Install dependency first:
169

10+
```
1711
pkg install -y beanstalkd
18-
1912
service beanstalkd enable
20-
2113
sysrc beanstalkd_flags="-l 127.0.0.1"
22-
2314
service beanstalkd start
15+
```
16+
17+
Build cbsd-mq-router:
18+
19+
```
20+
setenv GOPATH $( realpath . )
21+
go get
22+
go build
23+
pkg update -f
24+
```
2425

25-
./bs_router

etc/cbsd-mq-router.json

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"cbsdcolor": false,
44
"broker": "beanstalkd",
55
"logfile": "/dev/stdout",
6-
"imagelist": "/usr/jails/tmp/bhyve-templates.json",
76
"beanstalkd": {
87
"uri": "127.0.0.1:11300",
98
"tube": "cbsd_zpool1",

main.go

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
// CBSD Project 2013-2019
1+
// CBSD Project 2013-2021
22
// CBSD Team <[email protected]>
3-
// 0.1
43
// beanstalkd driven CBSD sample
54
package main
65

0 commit comments

Comments
 (0)