Jus12
Jus12

Reputation: 18024

How to deploy cloudfoundry to AWS?

This has me stumped.

I followed the instructions to the dot on http://docs.cloudfoundry.com/docs/running/deploying-cf/ec2/

I used Ruby 1.9.3, Windows 7 64 bit.

Here is the error I get

C:\code\CloudfoundryAWS>bosh aws create
←[0m←[31m←[0m←[31mFailed to load plugin C:/Ruby193/lib/ruby/gems/1.9.1/gems/bosh_cli_plugin_aws-1.5.0.pre.805/lib/bosh/cli/commands/aws.rb: No such file or directory - /dev/null←[0m←[0m 

Yes, the weird arrows are part of the output.

There is a file called C:/Ruby193/lib/ruby/gems/1.9.1/gems/bosh_cli_plugin_aws-1.5.0.pre.805/lib/bosh/cli/commands/aws.rb

There is no file called /dev/null. Im not sure which one Ruby / Bosh is implying.

Upvotes: 0

Views: 219

Answers (1)

Jus12
Jus12

Reputation: 18024

Found the solution. Sharing so that others may find it useful. It was /dev/null indeed. I created a /dev folder in C:\ and it worked.

Upvotes: 2

Related Questions