문제

I'm created a new droplet in digitalocean with ubuntu 12.04 and rails 4.0.2, the thing is that we needed to downgrade rails to 3.2, which i did. But when I try to start unicorn I get the following:

* Starting Unicorn web server unicorn start-stop-daemon: unable to stat /usr/local/rvm/gems/ruby-2.0.0-p353/bin/unicorn (No such file or directory)

I have Rails 3.2 and ruby 1.9.3-p484.

도움이 되었습니까?

해결책

via comment from asker:

"Edit the GEM_HOME and GEM_PATH in /etc/init.d/unicorn, after this it works."

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top