We use Foreman to manage our application through Procfile
and Procfile.dev
. As the documentation points out,
Ruby users should take care not to install foreman in their project's
Gemfile
. See this wiki article for more details.
Instead install Foreman globally with the following command:
1
$ gem install foreman