Re: [Supervisor-users] Supervisord and Ruby: Can't find ruby_executable_hooks

2015-09-06 Thread Javier Matos Odut
I have published the fix in Stack Overflow to share the solution with others. Saludos, Javier On 06/09/15 11:48, Martín Szyszlican wrote: Hi, I published this question on stackoverflow: http://stackoverflow.com/questions/32416481/supervisord-and-ruby-cant-find-ruby-executable-hooks I'm trying

[Supervisor-users] Supervisord and Ruby: Can't find ruby_executable_hooks

2015-09-06 Thread Martín Szyszlican
Hi, I published this question on stackoverflow: http://stackoverflow.com/questions/32416481/supervisord-and-ruby-cant-find-ruby-executable-hooks I'm trying to configure supervisord to run my ruby app. The app runs fine when I do ./manage.py runserver So I'm guessing the problem is about paths. Th