xaviershay / consul-client

Ruby client gem for Consul HTTP API.
42 stars 7 forks source link

Unable to run traffic_shift example #2

Closed fatmcgav closed 10 years ago

fatmcgav commented 10 years ago

I'm trying to use your traffic_shift example to explore consul and consul-client in a bit more detail.

However when I try and run foreman start on a CentOS 7 Vagrant VM running Ruby 2.0.0p353, I get the following error:

traffic_shift]$ foreman start ERROR: Procfile does not exist.

A quick google suggests that foreman requires a Procfile to define what needs to be run, however there isn't one included in your example. Are you able to share the one that you used to test?

Cheers Gavin

xaviershay commented 10 years ago

derp, fixed.

fatmcgav commented 10 years ago

Ta