sudomesh / monitor

a way to monitor health of (people's open) network
GNU General Public License v3.0
5 stars 7 forks source link

What's the difference between `foreman start` and `heroku local www`? #4

Closed eenblam closed 6 years ago

eenblam commented 6 years ago

If they accomplish the same thing, can we drop foreman as a dependency?

bennlich commented 6 years ago

I already did the complement and removed heroku cli install from the readme, as I was able to run locally without :-P

bennlich commented 6 years ago

https://devcenter.heroku.com/articles/heroku-local#run-your-app-locally-using-foreman

bennlich commented 6 years ago

But yeah if you want to switch the foreman dep with heroku cli, I think that would be fine. As far as I can tell, heroku cli === foreman + other heroku-specific stuff.