-
Notifications
You must be signed in to change notification settings - Fork 6
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
RStudio-server installation script #58
Comments
You can also take a look at the recipe we use in the rocker project: https://github.com/rocker-org/rocker/blob/master/rstudio/Dockerfile Minor differences -- we query RStudio's data to look up which is the latest version, and we symlink the pandoc binaries installed by RStudio. We found having separate installations of pandoc in and outside of rstudio could lead to unexpected behavior due to version differences, etc when using rmarkdown functions in and out of RStudio. (also, I think Also just thought I'd note that we had to get permission from RStudio to distribute their product packaged with other software in binary form (e.g. an image or container) to meet with their trademark rules. They were very nice and accommodating about this and maybe that's already been taken care of for BCE. |
Chris, if you do create the script, please link to it from On Fri, Jul 24, 2015 at 10:42 AM, Carl Boettiger notifications@github.com
|
@aculich will handle the non-technical issues |
Just tested this on the Fall-2015 release and it is working rather nicely! Perhaps you would consider adding |
Technical issue fixed by 4546ff8. Ryan On Tue, Oct 13, 2015 at 1:44 PM, Carl Boettiger notifications@github.com
|
I'm trying this out now using fall-2015 and having an issue with having the Any ideas? ubuntu@ip-172-31-24-188:~$ sudo rstudio-server status Apr 14 21:50:51 ip-172-31-24-188 systemd[1]: Starting RStudio Server... On Wed, Oct 14, 2015 at 1:28 PM, Ryan Lovett notifications@github.com
|
@paciorek What you show looks good to me, though I haven't tested the BCE script recently. I believe the reason you're seeing |
Hmm, well, when I try to log on via the browser, the browser window Also, I hadn't realized it until just now but it looks like rstudio-server On Thu, Apr 14, 2016 at 3:07 PM, Carl Boettiger notifications@github.com
|
Never mind, I think it's just that I forgot to tell the instance to open On Thu, Apr 14, 2016 at 3:30 PM, Chris Paciorek paciorek@stat.berkeley.edu
|
I believe we now provide rstudio-server. |
It would be nice if we provided a simple RStudio-server installation script. It's a very handy service that I think a lot of people may use, although maybe not worth auto-enabling by default.
The commands are essentially:
I will try to implement this sometime if someone doesn't beat me to it.
And in theory, we might be able to use instance meta-data (http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-metadata.html) so that people can add a tag for "rstudio-server" when creating the instance so that the script runs without requiring an ssh and manual execution. Not sure how to implement that yet though.
The text was updated successfully, but these errors were encountered: