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: Clojure-Websockets/README.md
+4
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,10 @@ Then you will need to create a file named twitterconf.edn. You can copy **twitte
26
26
27
27
In the twitterconf.edn you can also specify the address under which your installation of **[ElasticSearch](http://www.elasticsearch.org)** is accessible, the index to use in ElasticSearch and which terms to track from Twitter.
28
28
29
+
You also need **[Bower](http://bower.io)** for managing the client-side dependencies. Once you have it installed, all you need to do is run it once:
30
+
31
+
bower install
32
+
29
33
## Usage
30
34
Once the steps described above are completed, usage is easy. You can start up the application like this:
0 commit comments