Hacker News new | past | comments | ask | show | jobs | submit login
Overmind, a better foreman or bin/dev for your Procfile (railsnotes.xyz)
1 point by hbroadbent on July 29, 2023 | hide | past | favorite | 6 comments



I recently wrote about Overmind (https://github.com/DarthSim/overmind), a drop in replacement for foreman.

If you've ever used Foreman or another local Procfile/process manager, I think you'll love Overmind.

It's basically a more customisable foreman that runs in tmux - which means you can do cool things like tmux into a process and attach a debugger (which is nearly impossible with foreman).

Hope you enjoy the article!


I was confused, because i know one other ruby program called foreman.


Why confused? Overmind basically does the same thing as Foreman - runs processes from your Procfile. So maybe you have a web: and worker: process - Overmind will run them for you.

The difference between Overmind and foreman is that Overmind runs processes with tmux, which makes it a lot easier to interact with them. Plus there's lots of extra config that foreman doesn't have.



There is one more foreman than the mentioned process manager: github.com/theforeman/foreman


Ah! right makes sense, I didn't know there were two




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: