Doug - I'm trying to run the stack locally with foreman. I'm not using "paster serve development.ini" because I'm using Gunicorn and it takes arguments that can't be set exclusively in an INI file. In the Pyramid tutorial for Heroku, the example says to create a procfile with the line "web: ./run" This is the source of my confusion. What is "run" exactly? How am I suppose to generate that command? web: python runapp.py seems to work because I do actually have a runapp.py in the app directory, but that is different than the example in the tutorial.
-- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To view this discussion on the web visit https://groups.google.com/d/msg/pylons-discuss/-/sdh9Y1lyKdwJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en.
