https://github.com/daattali/shiny-server
My personal Shiny server
https://github.com/daattali/shiny-server
Last synced: 6 days ago
JSON representation
My personal Shiny server
- Host: GitHub
- URL: https://github.com/daattali/shiny-server
- Owner: daattali
- License: mit
- Created: 2015-05-13T22:17:58.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-10-13T06:31:01.000Z (4 months ago)
- Last Synced: 2024-10-14T09:45:55.210Z (4 months ago)
- Language: R
- Homepage: https://daattali.com/shiny/
- Size: 7.36 MB
- Stars: 252
- Watchers: 31
- Forks: 341
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - daattali/shiny-server - My personal Shiny server (R)
README
# Dean Attali's Shiny Server
> *Copyright 2016 [Dean Attali](http://deanattali.com). Licensed under the MIT license.*
This repo contains the setup of [my Shiny server](http://daattali.com/shiny/). It is a git repo under `/srv/shiny-server` on my server.
To learn how you can get your own Shiny Server in a similar way, [read my tutorial about how to set up Shiny Server](http://deanattali.com/2015/05/09/setup-rstudio-shiny-server-digital-ocean/).
Shiny servers can host shiny apps and R markdown documents.
The [config](./config) directory contains a few configuration files that are used on the server.
---
Original author: Dean Attali [deanattali.com](http://deanattali.com)