Created
December 14, 2016 16:06
-
-
Save KarthiAru/d3e7f2b54b22a93a4a5671513552e34c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sudo groupadd shiny-apps | |
| sudo usermod -aG shiny-apps karthiaru | |
| sudo usermod -aG shiny-apps shiny | |
| cd /srv/shiny-server | |
| sudo chown -R karthiaru:shiny-apps . | |
| sudo chmod g+w . | |
| sudo chmod g+s . |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment