mc2-center / minidream-r-env

Resources for setting up and managing an RStudio environment for interactive mini-DREAM activities
Apache License 2.0
3 stars 1 forks source link

AWS setup - deploy RStudio environment container #23

Closed ychae closed 2 years ago

ychae commented 2 years ago

Distilled from #11

Documentation for how to do this can be found here.

Describe the solution you'd like

From @BrunoGrandePhD:

The infrastructure deployed in https://github.com/Sage-Bionetworks/scicomp-provisioner/pull/478 requires an nginx reverse proxy to redirect HTTPS traffic (port 443) to RStudio (port 8787).

Update Dockerfile to use rocker/tidyverse:4.0.5, which builds on top of rocker/rstudio (i.e. it includes RStudio). This should speed up image building significantly since all of the tidyverse packages (and their OS-level dependencies) are pre-installed.

BrunoGrandePhD commented 2 years ago

@linglp: I'll be monitoring this ticket as well in case you need any help!

ychae commented 2 years ago

ec2 instance has been set up and shared; adding students and testing remains

linglp commented 2 years ago

The following users have been added as admin:

Adding user thomasyu888 to groups rstudio-user,rstudio-admin
Adding user linglp to groups rstudio-user,rstudio-admin
Adding user jaeddy to groups rstudio-user,rstudio-admin
Adding user bgrande to groups rstudio-user,rstudio-admin
Adding user milen to groups rstudio-user,rstudio-admin
Adding user lopierra to groups rstudio-user,rstudio-admin
ychae commented 2 years ago

hi @linglp -- I see that this is marked Done on the project board, can this ticket be closed?

linglp commented 2 years ago

@ychae Yes. Thank you