Skip to content

Commit 1243a0a

Browse files
committed
Update other.md
Add content about ways of sharing and deploying Shiny Apps.
1 parent 8bc14a8 commit 1243a0a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

other.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,6 @@ permalink: /other/
1616
- [gitignore template for R](https://github.com/github/gitignore/blob/master/R.gitignore) (source:[gitignore](https://github.com/github/gitignore))
1717
- [Github Help - Using Git / Ignoring files](https://help.github.com/articles/ignoring-files/)
1818

19-
### Deploying and sharing Shiny Apps with Docker
20-
- [Dockerize a Shiny App](http://www.flaviobarros.net/2015/04/30/dockerizing-a-shiny-app/)
21-
- [Git pushing Shiny Apps with Docker/Dokku](http://www.flaviobarros.net/2015/05/11/git-pushing-shiny-apps-with-docker-dokku/)
22-
- [Share your Shiny Apps with Docker and Kitematic](http://www.flaviobarros.net/2015/08/10/share-your-shiny-apps-with-docker-and-kitematic/)
23-
2419
## Troubleshooting
2520
- [Windows batch file to work around RStudio startup issues](https://github.com/stepds/contrib-DataScienceSpecialization/blob/master/README.md)
2621

@@ -30,3 +25,8 @@ permalink: /other/
3025
- [Data Science Toolbox](http://datasciencetoolbox.org/) - A virtual environment that allows you to start doing data science in a matter of minutes.
3126

3227
- [Virtual machine with RStudio server and github setup](https://github.com/tboloo/vagrant-rstudio) - A VirtualBox, Vagrant & chef-solo managed virtual machine which provides RStudio server with git & github setup
28+
29+
## Deploying and sharing Shiny Apps with Docker
30+
- [Dockerize a Shiny App](http://www.flaviobarros.net/2015/04/30/dockerizing-a-shiny-app/)
31+
- [Git pushing Shiny Apps with Docker/Dokku](http://www.flaviobarros.net/2015/05/11/git-pushing-shiny-apps-with-docker-dokku/)
32+
- [Share your Shiny Apps with Docker and Kitematic](http://www.flaviobarros.net/2015/08/10/share-your-shiny-apps-with-docker-and-kitematic/)

0 commit comments

Comments
 (0)