Playing with machinery, I installed it in an EC2 instance with a security group 
allowing inbound traffic on port 7585.
Ran sudo machinery inspect localhost --extract-files. 

Ran sudo machinery show localhost --html --ip 172.31.57.112. (local IP address 
of the instance)

Connected my web browser to 
http://ec2-52-22-2-153.compute-1.amazonaws.com:7585/ (public IP address of the 
instance), and got this message:

Sinatra doesn’t know this ditty.

Try this:
# in server.rb
class Server
 get '/' do
   "Hello World"
 end
end


Is there something I'm missing?

Niel M. Bornstein
Sales Engineer
SUSE
nbornst...@suse.com
+1 404 784 0696

_______________________________________________
Machinery mailing list
Machinery@lists.suse.com
http://lists.suse.com/mailman/listinfo/machinery

Reply via email to