File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ By the following the steps in this section, you will:
1919Don't want to follow all these Steps? Make sure you have your prerequisites and you can just run:
2020
2121``` bash
22- curl -sLo- https://raw.githubusercontent.com/yahoo/bullet-docs/v0.1.4 /examples/install-all.sh | bash
22+ curl -sLo- https://raw.githubusercontent.com/yahoo/bullet-docs/v0.2.0 /examples/install-all.sh | bash
2323```
2424
2525This will run all the Steps for you. Once everything has launched, you should be able to go to the Bullet UI running locally at [ http://localhost:8800 ] ( http://localhost:8800 ) . You can then continue this guide from [ here] ( #what-did-we-do ) .
@@ -41,7 +41,7 @@ mkdir -p $BULLET_HOME/backend/storm
4141mkdir -p $BULLET_HOME /service
4242mkdir -p $BULLET_HOME /ui
4343cd $BULLET_HOME
44- curl -LO https://github.com/yahoo/bullet-docs/releases/download/v0.1.4 /examples_artifacts.tar.gz
44+ curl -LO https://github.com/yahoo/bullet-docs/releases/download/v0.2.0 /examples_artifacts.tar.gz
4545tar -xzf examples_artifacts.tar.gz
4646export BULLET_EXAMPLES=$BULLET_HOME /bullet-examples
4747```
@@ -223,7 +223,7 @@ Visit [http://localhost:8800](http://localhost:8800) to query your topology with
223223If you were following the [ Quicker Start] ( #quicker-start ) or if you don't want to manually bring down everything, you can run:
224224
225225``` bash
226- curl -sLo- https://raw.githubusercontent.com/yahoo/bullet-docs/v0.1.4 /examples/install-all.sh | bash -s cleanup
226+ curl -sLo- https://raw.githubusercontent.com/yahoo/bullet-docs/v0.2.0 /examples/install-all.sh | bash -s cleanup
227227```
228228
229229If you were performing the steps yourself, you can also manually cleanup ** all the components and all the downloads** using:
You can’t perform that action at this time.
0 commit comments