Top "Foreman" questions

Foreman is a manager for Procfile-based applications.

Is there a comment character for foreman's .env file?

Can you comment out lines in a .env file read by foreman?

foreman
django setting environment variables in unittest tests

I want to be able to set environment variables in my Django app for tests to be able to run. …

python django environment-variables foreman
Killing MailCatcher: Something's using port 1025

I'm trying to run "foreman start" for a rails app however this error message is preventing me from running the …

ruby-on-rails foreman mailcatcher
Auto reloading Flask app when source code changes

I know for a fact that Flask, in debug mode, will detect changes to .py source code files and will …

python flask foreman
Foreman: Use different Procfile in development and production

I have a homemade Sinatra application for which I intend to use Heroku to host it. I use foreman and …

heroku sinatra rack foreman shotgun
Gunicorn Connection in Use: ('0.0.0.0', 5000)

I installed redis this afternoon and it caused a few errors, so I uninstalled it but this error is persisting …

python django heroku gunicorn foreman
Environment variables locally and Heroku

I have a sinatra app in which i have a yml file to set environment variables, i call them using …

heroku sinatra environment-variables gitignore foreman
Heroku procfile "No such process type web defined in Procfile" error

This is the first time I've used Heroku, and the fact that I can't find anyone in Google with a …

heroku foreman heroku-toolbelt
foreman only shows line with “started with pid #” and nothing else

When I run foreman I get the following: > foreman start 16:47:56 web.1 | started with pid 27122 Only if I stop it (…

ruby-on-rails ruby heroku rubygems foreman
What is the difference between foreman start and foreman run rails server?

I'm new to using the foreman gem on Rails. I'm running an app on Rails 3.2, Ruby 1.9.3 and Foreman 0.6. I would …

ruby ruby-on-rails-3.2 foreman