-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding R studio to OOD #968
Comments
I think the second link is about right - though since it's old it's likely a bit out of date. In any case, since you setup Jupyter, RStudio is going to be similar to it. That said - you can always take a look at our production Rstudio app - https://github.com/OSC/bc_osc_rstudio_server. This is the Rstudio app we use in production at OSC. |
Hi, Before we add R I believe we need to make sure that OoD works fine.
What is the reason for the delay in the DNS resolution?
Any reason for this? Settings we can check? |
any advice is appreciated |
You should look at our production application. One thing to note is that we reconfigure where the output logs should go. Inside the container, you're logging to /var/log You can see from this configuration - we are logging to the https://github.com/OSC/bc_osc_rstudio_server/blob/master/template/etc/logging.conf.erb |
The repo we are using is |
We are using Almalinux s our operating system. Would this create issues? |
Seeking advise here. We have a cyclecloud cluster with OOD and Interactive Jupyter deployed.
Now our aim is to get a R-Studio interactive OOD interactive app working on the cluster without interfering/impacting the current demo.
Here is the links I found online
https://osc.github.io/ood-documentation/latest/how-tos/app-development.html
https://osc.github.io/ood-documentation/release-2.0/app-development/tutorials-interactive-apps/add-rstudio/copy-app.html
can you please advise what flow we need adapt to get OOD installed and working on OOD.
Kind Regards
The text was updated successfully, but these errors were encountered: