Skip to content
This repository has been archived by the owner on Jul 27, 2020. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisrzhou committed Jan 19, 2015
1 parent e032300 commit ff98bd8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit ff98bd8

Please sign in to comment.