Code Monkey home page Code Monkey logo

ramazon's Introduction

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")

  5. 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.

  6. watch your app on Amazon!

What ramazon takes care of

  • establish a connection
  • modify sources.list to add R Cran Server
  • Install an updated version of R
  • detect and install all required R packages
  • Install R Studio Server
  • Remove Example page from R studio Server
  • Copy your shiny app on Amazon Server

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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.