overmind
overmind copied to clipboard
Process manager for Procfile-based applications and tmux
Seems that it doesn't pick the ruby version from chruby. Any suggestions for how to make that work? I searched a bit but couldn't find anything relevant. ``` ✘ ruby...
So this may be a weird request, but I have a dilemma. I have an application that requires patched versions of Redis and Memcached, so at checkout the setup script...
Overmind is a godsend but when you exit out of OM or break out of a connect, the terminal cursor is gone. It's very odd.
Has anyone encountered an error like this before? ``` web | [2581] ! Unable to load application: Reline::Terminfo::TerminfoError: The terminfo database could not be found. web | bundler: failed to...
Hi, I discovered what I consider a very strange behaviour with Overmind, as it does not work properly on my computer whereas it does for my teammates. We use it...
Hi! 👋 Thanks for the great tool. It would be VERY nice to use overmind from a subfolder especially with monorepos. Many tools like gem, bundle, rake, rubocop, etc. allow...
When trying to start an application with `overmind s` I got this error message: `overmind: Can't find tmux. Did you forget to install it?`. Of course I do have `tmux`...
It would be nice to have an option of a process waiting for another one to finish for them to start, or maybe a `before` could be enough. The use...
Really enjoying using this tool, thanks 👍 I'm not sure if this is intended behaviour or not: * `overmind start -D` * `.overmind.sock` is created * turn off computer at...
As an overmind user I want to start overmind with an option to connect to the tmux session with a tab for each app So that I can monitor and...