Skip to content

Instantly share code, notes, and snippets.

@benmarwick
Last active August 29, 2015 13:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save benmarwick/9204077 to your computer and use it in GitHub Desktop.
Save benmarwick/9204077 to your computer and use it in GitHub Desktop.
RCloud - https://github.com/att/rcloud - setup on ubuntu
## Shell:
git clone --recursive https://github.com/cscheid/rcloud.git
sudo apt-get install libxt-dev libcurl4-openssl-dev libcairo2-dev libreadline-dev git
Create github app according to instructions here: https://github.com/att/rcloud
Edit conf/rcloud.conf according to instructions here: https://github.com/att/rcloud
Not needed: Edit conf/github_info.txt according to https://github.com/att/rcloud/wiki/Detailed-Installation-Overview
R
## in R:
install.packages("rcloud.support", repos=c("http://RForge.net",
"http://R.research.att.com"), type="source")
Shell:
run in rcloud root:
conf/start # seems best for Chrome
./scripts/fresh_start.sh # seems best for firefox
Browser:
http://127.0.0.1:8080/main.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment