Skip to content

Instantly share code, notes, and snippets.

View jtrecenti's full-sized avatar
🎯
Focusing

Julio Trecenti jtrecenti

🎯
Focusing
View GitHub Profile
@jjesusfilho
jjesusfilho / R_rstudio_shiny_nginx_ssl_autenticacao.R
Last active April 22, 2020 23:04
Instalação do R, Rstudio-server, shiny-server, nginx, ssl e autenticação do usuário do shinyapp no Ubuntu 18.04.
# Instalar o R
## Assegure-se de que o lsb-release está instalado:
apt-get update && apt-get install -y lsb-release && apt-get clean all
## Remova pacotes que já não são necessários
apt --autoremove