Skip to content

Instantly share code, notes, and snippets.

@KarthiAru
Created December 14, 2016 16:06
Show Gist options
  • Select an option

  • Save KarthiAru/d3e7f2b54b22a93a4a5671513552e34c to your computer and use it in GitHub Desktop.

Select an option

Save KarthiAru/d3e7f2b54b22a93a4a5671513552e34c to your computer and use it in GitHub Desktop.
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