0

Ruby 1.9.3 を使用した Rails アプリケーションで Foreman を使用しても問題ありません。JRuby に切り替えて、例として次のように取得します。

18:22:16 solr.1 | /home/scott/.rvm/gems/jruby-1.6.8@jruby168-unicon/gems/foreman-0.47.0/bin/foreman-runner: 32: exec: bundle exec rake sunspot:solr:run: not found

コマンドラインで単独で実行するbundle exec rake sunspot:solr:runと、問題なく動作します

プロファイル:

web: puma
solr: bundle exec rake sunspot:solr:run
redis: redis-server ./config/redis.conf
sidekiq: bundle exec sidekiq -c $SIDEKIQ_CONCURRENCY -q report -q publish_item -q audio -q import -q email -q enrollment -q bugsnag
bunchball: bundle exec sidekiq -c 2 -q bunchball
sidekiq_solr: bundle exec sidekiq -c 1 -q solr
4

1 に答える 1

1

bundlerJrubyにインストールしました。

gem install bundler
于 2013-01-31T01:52:07.573 に答える