Ruby on Rails Saturday, December 24, 2016



On Wednesday, December 21, 2016 at 10:19:59 PM UTC-5, Hassan Schroeder wrote:
On Wed, Dec 21, 2016 at 6:08 PM, fugee ohu <fuge...@gmail.com> wrote:

> hi thanks, i got it running but even still i can't connect on 9200 and
> netstat shows nothing at 9200; i've tried plugging different values for
> network.host tried everything from localhost to _localhost_ to
> _localhost_IPv4 but still can't connect on 9200

I'm not sure what you're referring to for "different values" but on my
system I can quickly confirm elasticsearch is running by using this:

   curl http://localhost:9200

Do you get a response to that? If not, ES isn't really running :-)

--
Hassan Schroeder ------------------------ hassan.s...@gmail.com
twitter: @hassan
Consulting Availability : Silicon Valley or remote

Hi again Thanks It seems using apt-get install elasticsearch on linux mint 18 gets you a non-working installation so elasticsearch github page says to download the source, unzip and run bin/elasticsearch but then the system complains the package has to be installed into init.d first So I figured I'd just install the deb Surprise, there is no .deb file in the distributions/deb directory Referring to the README.textfile also says to  run bin/elasticsearch So then how shall I install?

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/5f6f2d88-bad0-44f8-9597-a92738cce27f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment