diff --git a/README.md b/README.md index 6409371..718eade 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # R Shiny EC2 Bootstrap The goal of this guide is to quickly bootstrap R [Shiny](http://shiny.rstudio.com/) on an [Amazon AWS EC2](http://aws.amazon.com/ec2/) instance. We will also walk through a recommended workflow using Github for rapid development on a local machine and the EC2 server instance. + ![alt Amazon Machine Image](https://raw.githubusercontent.com/chrisrzhou/RShiny-EC2Bootstrap/master/images/aws_ec2_workflow.png) This is an *opiniated* guide created for the following software versions: @@ -164,7 +165,9 @@ This is an *opiniated* guide created for the following software versions: ## Workflow Overview - A big part of the EC2 R Shiny workflow is to develop with RStudio on your local machines and use Github as a repository station for transferring data between your local machine and EC2 instance. Make sure that you are familiar with the basic `git` commands: `pull`, `push`, `clone`. It's going to be a big part of the development cycle. - The following diagram outlines the overall workflow of the EC2 R Shiny workflow: + ![alt Amazon Machine Image](https://raw.githubusercontent.com/chrisrzhou/RShiny-EC2Bootstrap/master/images/aws_ec2_workflow.png) + - Workflow Summary: 1. Develop on your local machine with RStudio. 2. Whenever you are ready to show your work to the world, you would `git push` your changes to your Github repository.