You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/quick-start.md
+18-14
Original file line number
Diff line number
Diff line change
@@ -10,22 +10,21 @@ By the following the steps in this section, you will:
10
10
11
11
**Prerequisites**
12
12
13
-
* You will need to be on an Unix-based system (Mac OS X, Ubuntu ...)
14
-
* You will need [JDK 8](http://www.oracle.com/technetwork/java/javase/downloads/index.html) installed.
15
-
* 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
13
+
* You will need to be on an Unix-based system (Mac OS X, Ubuntu ...) with ```curl``` installed
14
+
* You will need [JDK 8](http://www.oracle.com/technetwork/java/javase/downloads/index.html) installed
15
+
* You will need enough CPU and RAM on your machine to run about 8-10 JVMs in ```server``` mode. You should have at least 2 GB free space on your disk. We will be setting up a Storm cluster with multiple components, a couple of Jetty instances and a Node server.
16
16
17
17
## Quicker Start
18
18
19
-
Don't want to follow all these Steps? Make sure you have your prerequisites installed and you can just run:
19
+
Don't want to follow all these Steps? Make sure you have your prerequisites and you can just run:
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).
27
26
28
-
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.
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.
This does *not* delete ```$HOME/.nvm``` and some extra lines nvm may have added to your ```$HOME/{.profile, .bash_profile, .zshrc, .bashrc}```.
237
239
238
240
## What did we do?
239
241
@@ -411,4 +413,6 @@ Finally, we configured the UI with the custom environment specific settings file
411
413
412
414
Since we served our schema through the same Web Service as our queries, both these point to our Web Service. Note that there is no ```schemaPath``` because it must be the constant string ```columns```. If you define a custom endpoint for your schema, you must ensure that it can be obtained by making a GET request to ```schemaHost/schemaNamespace/columns```.
413
415
414
-
The [UI Usage](ui/usage.md) page shows you some queries you can run using one such instance of the UI.
416
+
## Playing around with the instance
417
+
418
+
The [UI Usage](ui/usage.md) page shows you some queries you can run using this UI.
0 commit comments