README.md

ramazon package

Run your shiny App on Amazon AWS launching a function. No setup no pain, just hit that run button!

A detailed tutorial is provided here.

If you are already comfortable with Amazon AWS, find below a short tutorial.

How to use it

  1. Develop your Shiny App (http://shiny.rstudio.com)
  2. Launch an instance on amazon AWS (see aws doc here: http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-launch-instance_linux.html)
  3. save your key pair into your shiny app folder
  4. install ramazon package

install.packages("devtools") if needed

library(devtools) if needed

install_github("andreacirilloac/ramazon")

  1. run ramazon(Public_DNS, key_pair_name), where Public_DNS is your ec2 instance public_DNS and key_pair_name is the name of your key pair file.
  2. watch your app on Amazon!

What ramazon takes care of

You are not getting it? No problem, just run ramazon()!



AndreaCirilloAC/ramazon documentation built on May 5, 2019, 5:59 a.m.