File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ mkdir -p $BULLET_HOME/backend/storm
4242mkdir -p $BULLET_HOME /service
4343mkdir -p $BULLET_HOME /ui
4444cd $BULLET_HOME
45- curl -LO https://github.com/yahoo/bullet-docs/releases/download/v0.1.1 /examples_artifacts.tar.gz
45+ curl -LO https://github.com/yahoo/bullet-docs/releases/download/v0.1.2 /examples_artifacts.tar.gz
4646tar -xzf examples_artifacts.tar.gz
4747export BULLET_EXAMPLES=$BULLET_HOME /bullet-examples
4848```
Original file line number Diff line number Diff line change 88 mkdir -p bullet-examples/storm
99 mkdir -p bullet-examples/web-service
1010 mkdir -p bullet-examples/ui
11+ cp install-all.sh bullet-examples/
1112 cd storm && mvn package
1213 cp storm/target/* jar-with-dependencies.jar bullet-examples/storm
1314 cp storm/bin/launch.sh bullet-examples/storm
Original file line number Diff line number Diff line change 33set -euo pipefail
44
55
6- BULLET_EXAMPLES_VERSION=0.1.1
6+ BULLET_EXAMPLES_VERSION=0.1.2
77BULLET_UI_VERSION=0.1.0
88BULLET_WS_VERSION=0.0.1
99JETTY_VERSION=9.3.16.v20170120
You can’t perform that action at this time.
0 commit comments