Comments on: Acts_as_solr: Starting solr server on windows /2007/09/13/acts_as_solr-starting-solr-server-on-windows/ Thu, 07 Jul 2016 11:40:08 +0000 hourly 1 #/?v=4.4.5 By: Shripad /2007/09/13/acts_as_solr-starting-solr-server-on-windows/comment-page-1/#comment-1292 Sun, 07 Feb 2010 16:43:58 +0000 /2007/09/13/acts_as_solr-starting-solr-server-on-windows/#comment-1292 Also.. For ppl finding it difficult to install the plugin in windows even after following the tutorial add this line right after the ‘task’ block.

require “#{File.dirname(__FILE__)}/../../config/solr_environment.rb”

also add the entire block of code in the end just before: “def env_array_to_constants(env)”

Cheers!

]]>
By: Shripad /2007/09/13/acts_as_solr-starting-solr-server-on-windows/comment-page-1/#comment-1291 Sun, 07 Feb 2010 16:39:51 +0000 /2007/09/13/acts_as_solr-starting-solr-server-on-windows/#comment-1291 Looks like you dont have either SVN or GIT clientinstalled. I suggest getting the GIT Client.
http://code.google.com/p/msysgit/downloads/list

It should work now.

]]>
By: evindha /2007/09/13/acts_as_solr-starting-solr-server-on-windows/comment-page-1/#comment-1251 Mon, 28 Sep 2009 03:45:52 +0000 /2007/09/13/acts_as_solr-starting-solr-server-on-windows/#comment-1251 I had the problem like Ahmed, until I change the solr.rake file becomes like this : http://pastie.org/632975

]]>
By: reddy /2007/09/13/acts_as_solr-starting-solr-server-on-windows/comment-page-1/#comment-800 Wed, 05 Nov 2008 23:02:04 +0000 /2007/09/13/acts_as_solr-starting-solr-server-on-windows/#comment-800 I’m using Aptana Rad Rails IDE(in Windows) for my rails development and I have not
been able to get acts_as_solr installed.
I tried doing
1. script/plugin install svn://svn.railsfreaks.com/projects/acts_as_solr and
2. script/plugin install git://github.com/railsfreaks/acts_as_solr.git

with (1) nothing happens and with (2) I get “Plugin not found: [“git://github.com/railsfreaks/acts_as_solr.git”]” msg.

can u plz help me on how to install acts_as_solr.. thanks a lott in advance

]]>
By: sandip /2007/09/13/acts_as_solr-starting-solr-server-on-windows/comment-page-1/#comment-446 Mon, 29 Sep 2008 12:44:01 +0000 /2007/09/13/acts_as_solr-starting-solr-server-on-windows/#comment-446 finally, I found how to start solr in deamon.

]]>
By: sandip /2007/09/13/acts_as_solr-starting-solr-server-on-windows/comment-page-1/#comment-445 Thu, 25 Sep 2008 07:52:02 +0000 /2007/09/13/acts_as_solr-starting-solr-server-on-windows/#comment-445 @akil

Can you clarify bit more ?
Because, i have not written any script yet.

& also i will prefer ruby script

so,How will be that exactly ?

]]>
By: Akhil Bansal /2007/09/13/acts_as_solr-starting-solr-server-on-windows/comment-page-1/#comment-444 Thu, 25 Sep 2008 07:48:31 +0000 /2007/09/13/acts_as_solr-starting-solr-server-on-windows/#comment-444 @sandip: Its up to you, you can write a ruby script or a bash script.

in ruby script:

system(“ruby script/server”)
system(“rake solr:start_win”)

some thing like that

]]>
By: sandip /2007/09/13/acts_as_solr-starting-solr-server-on-windows/comment-page-1/#comment-443 Thu, 25 Sep 2008 07:46:39 +0000 /2007/09/13/acts_as_solr-starting-solr-server-on-windows/#comment-443 @akil
k, Have you any idea how to write that script ?

]]>
By: Akhil Bansal /2007/09/13/acts_as_solr-starting-solr-server-on-windows/comment-page-1/#comment-442 Thu, 25 Sep 2008 07:42:58 +0000 /2007/09/13/acts_as_solr-starting-solr-server-on-windows/#comment-442 @sandp: No, you can’t hook that with webrick. you need to write a script that start webrick and solr.

]]>
By: sandip /2007/09/13/acts_as_solr-starting-solr-server-on-windows/comment-page-1/#comment-441 Thu, 25 Sep 2008 07:39:11 +0000 /2007/09/13/acts_as_solr-starting-solr-server-on-windows/#comment-441 @akil
When i start webrick server,
that time i want to start solr server also in background.

]]>