Skip to content

Commit 86c8462

Browse files
committed
Updating quickstart
1 parent 4d7fb85 commit 86c8462

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

docs/backend/performance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
# Coming soon!
1+
# Coming soon!

docs/quick-start.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,23 @@ By the following the steps in this section, you will:
1414
* You will need [JDK 8](http://www.oracle.com/technetwork/java/javase/downloads/index.html) installed.
1515
* You will need enough CPU and RAM on your machine to run about 8-10 JVMs. You will be setting up a Storm cluster with multiple components, a couple of Jetty instances and a Node server
1616

17+
## Quicker Start
18+
19+
Don't want to follow all these Steps? Make sure you have your prerequisites installed and you can just run:
20+
21+
```bash
22+
curl -sLo- https://raw.githubusercontent.com/yahoo/bullet-docs/v0.1.2/examples/install-all.sh | bash
23+
```
24+
25+
This 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).
26+
27+
If you want to manually run all the commands or if something failed above (might want to perform the [teardown](#teardown) first), you can continue below.
28+
29+
---
30+
1731
## Setting up Storm
1832

33+
1934
To set up a clean working environment, let's start with creating some directories.
2035

2136
#### Step 1: Setup directories and examples

0 commit comments

Comments
 (0)