Launch the instance and connect with ssh.
##Update the server
sudo yum update
##Install php and MySQL packages
| # Requirements | |
| #sudo apt-get install libcurl4-gnutls-dev # for RCurl on linux | |
| #install.packages('RCurl') | |
| #install.packages('RJSONIO') | |
| library('RCurl') | |
| library('RJSONIO') | |
| query <- function(querystring) { | |
| h = basicTextGatherer() |
Launch the instance and connect with ssh.
##Update the server
sudo yum update
##Install php and MySQL packages