ackushiw / mood-organ

A little App to help me learn angularJS
0 stars 0 forks source link

Mood search #3

Open peterwillis opened 10 years ago

peterwillis commented 10 years ago

This article describes how to implement searching

https://www.firebase.com/blog/2014-01-02-queries-part-two.html

ackushiw commented 10 years ago

What's the best way to install elasticsearch?

Bower http://www.elasticsearch.org/guide/en/elasticsearch/client/javascript-api/current/about.html#_browser_builds

Npm http://www.elasticsearch.org/blog/client-for-node-js-and-the-browser/

or manual download http://www.elasticsearch.org/overview/elkdownloads/

peterwillis commented 10 years ago

There are two different parts to elasticsearch, the server and the client.

Download and install the server part from https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-1.0.1.zip

Then use npm to install the client npm install elasticsearch

ackushiw commented 10 years ago

I install the server part into the mood-organ/app directory? On Feb 28, 2014 6:29 PM, "Peter Willis" notifications@github.com wrote:

There are two different parts to elasticsearch, the server and the client.

Download and install the server part from

https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-1.0.1.zip

Then use npm to install the client npm install elasticsearch

Reply to this email directly or view it on GitHubhttps://github.com/ackushiw/mood-organ/issues/3#issuecomment-36405556 .

peterwillis commented 10 years ago

No it should be outside of source control, so alongside the mood-organ folder.

ackushiw commented 10 years ago

Ok, cool On Feb 28, 2014 6:35 PM, "Peter Willis" notifications@github.com wrote:

No it should be outside of source control, so alongside the mood-organ folder.

Reply to this email directly or view it on GitHubhttps://github.com/ackushiw/mood-organ/issues/3#issuecomment-36405923 .