Discussion:
Upload a ruby script to Amazon EC2
Lephyrius
2013-04-03 10:16:56 UTC
Permalink
I want to create a fog compute on Amazon EC2.
What is the easiest way to upload a ruby script to the amazon EC2
instance via the compute interface?
Or should I just create an image of the EC2 with everything installed
and just use that with ruby script already installed?
--
You received this message because you are subscribed to the Google Groups "ruby-fog" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ruby-fog+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
For more options, visit https://groups.google.com/groups/opt_out.
Kyle Rames
2013-04-03 14:37:08 UTC
Permalink
Try using the scp method on server.

http://rubydoc.info/github/fog/fog/Fog/Compute/Server#scp_upload-instance_method

Kyle
Post by Lephyrius
I want to create a fog compute on Amazon EC2.
What is the easiest way to upload a ruby script to the amazon EC2
instance via the compute interface?
Or should I just create an image of the EC2 with everything installed
and just use that with ruby script already installed?
--
You received this message because you are subscribed to the Google Groups "ruby-fog" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ruby-fog+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
For more options, visit https://groups.google.com/groups/opt_out.
Loading...