Displaying 1 result from an estimated 1 matches for "p547".
Did you mean:
547
2014 Jun 03
0
Starting Thinking Sphinx on Joyent SmartOS with svcadm
...t my server to run away with 115% server usage. (Oddly, while that was going on, TS was working just fine.)
As you know, starting TS requires one to cd into the Rails directory, then issue a rake command: rake ts:start
Using these commands to start and stop, then:
/usr/local/rvm/gems/ruby-1.9.3-p547@global/bin/bundle exec rake ts:start RAILS_ENV=production
/usr/local/rvm/gems/ruby-1.9.3-p547@global/bin/bundle exec rake ts:stop RAILS_ENV=production
and these environment variables to set the necessary paths:
svccfg -s sphinx setenv PATH /usr/local/rvm/gems/ruby-1.9.3-p547/bin:$PATH
svccfg -s s...