1. Install R & Rstudio on Ubuntu 16.04.2 LTS
https://www.r-bloggers.com/how-to-install-r-on-linux-ubuntu-16-04-xenial-xerus/
add R repository
sudo echo "deb http://cran.rstudio.com/bin/linux/ubuntu xenial/" | sudo tee -a /etc/apt/sources.list
2. Java Installation
To remove Java:
dpkg-query -W -f='${binary:Package}\n' | grep -E -e '^(ia32-)?(sun|oracle)-java' -e '^openjdk-' -e '^icedtea' -e '^(default|gcj)-j(re|dk)' -e '^gcj-(.*)-j(re|dk)' -e '^java-common' | xargs sudo apt-get -y remove sudo apt-get -y autoremove
Link: https://askubuntu.com/questions/84483/how-to-completely-uninstall-java
http://linuxpitstop.com/install-eclipse-ide-on-ubuntu-linux-15-04/
3. Rserve
Why? youtube Rserve
web example: http://rapporter.net/
4. Web application with R and rapache
Official: http://rapache.net/index.html
Others: 4. 1. http://en.zh-cn.org/2011/05/19/english-setting-up-a-rapache-environment/
4.2. http://epbi-radivot.cwru.edu/EPBI415/files11/wk12brew/brew.html
4.3. http://rlamp.blogspot.com/2010/04/getting-started-configuring-rapache.html