Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Foreman is a manager for Procfile-based applications. Its aim is to abstract away the details of the Procfile format, and allow you to either run your application directly or export it to some other process management format.

learn more… | top users | synonyms

0
votes
0answers
13 views

Foreman constantly refeshing

I'm trying to run a small facebook app locally in Python using foreman. Currently, I'm loading exampleapp.py, which is the default app generated when a facebook app is created. When I try to run the ...
5
votes
2answers
1k views

Foreman start fails on Windows following Heroku tuturial

I'm following the heroku tutorial for Heroku/Facebook integration (but I suspect this issue has nothing to do with facebook integration) and I got stuck on the stage where I was supposed to start ...
1
vote
1answer
1k views

issue getting rack_env with foreman / heroku facebook app

Having a hard time getting my local setup properly. Trying to run foreman and getting an issue: web: bundle exec thin -R config.ru start -p $PORT -e ${RACK_ENV:-development} ...