python - Create a Procfile to declare the command to launch the web process: -


i have created procfile file, keep getting following.

(venv)micheles-macbook-pro:bed4ted michele$ foreman start/usr/local/foreman/lib/foreman/procfile.rb:31:in `read': directory - procfile (errno::eisdir) /usr/local/foreman/lib/foreman/procfile.rb:31:in `parse_procfile' /usr/local/foreman/lib/foreman/procfile.rb:17:in `initialize' /usr/local/foreman/lib/foreman/engine.rb:24:in `new' /usr/local/foreman/lib/foreman/engine.rb:24:in `initialize' /usr/local/foreman/lib/foreman/cli.rb:81:in `new' /usr/local/foreman/lib/foreman/cli.rb:81:in `engine' /usr/local/foreman/lib/foreman/cli.rb:33:in `start' /usr/local/foreman/vendor/gems/thor-0.14.6/lib/thor/task.rb:22:in `send' /usr/local/foreman/vendor/gems/thor-0.14.6/lib/thor/task.rb:22:in `run' /usr/local/foreman/vendor/gems/thor-0.14.6/lib/thor/invocation.rb:118:in `invoke_task' /usr/local/foreman/vendor/gems/thor-0.14.6/lib/thor.rb:263:in `dispatch' /usr/local/foreman/vendor/gems/thor-0.14.6/lib/thor/base.rb:389:in `start' /usr/bin/foreman:15 

i may making junior mistake, cannot see @ all. i've checked other questions have been posted on stackoverflow, still @ loss. ideas?

if you're using python, make sure you're using cedar stack.
second, procfile must named "procfile", not "procfile" or "procfile.rb" , must in root of project (next requirements.txt)

hopefully should 90% of way there.


Comments

Popular posts from this blog

jasper reports - Fixed header in Excel using JasperReports -

media player - Android: mediaplayer went away with unhandled events -

python - ('The SQL contains 0 parameter markers, but 50 parameters were supplied', 'HY000') or TypeError: 'tuple' object is not callable -