General

Shiny Server Installation

Steps sudo apt-get install r-base sudo su – \ -c “R -e \”install.packages(‘shiny’, repos=’https://cran.rstudio.com/’)\”” sudo apt-get install gdebi-core wget https://download3.rstudio.org/ubuntu-14.04/x86_64/shiny-server-1.5.16.958-amd64.deb sudo gdebi shiny-server-1.5.16.958-amd64.deb Edit Configuration File You can change the shiny-server setting in /etc/shiny-server/shiny-server.conf site_dir: The folder which contains your shiny apps. log_dir: The directory which will have your shiny server logs. Check Status of… read more »

How to create certificates for a server

For creating certificates for a server, first a Certificate Signing Request (CSR) file is created. It is then signed by the Certificate Authority (CA). Renate will take care of the “signing” part via a self-service portal.  Post approval, the Certificate and Interim certificate download links will be sent to us. We need to download those certificates… read more »

PhpCAS

In order to provide authentication service to web application https://mathesis.asu.edu/somss/, I have used phpCAS 1.3.5. Before using it, we have to ensure about the following requirements: CURL (7.5+) CURL libs must be present on your system, and they must have been compiled with SSL support. For PHP >= 5.4 (PHP >= 4.2.2 for 1.1.x) (Our version… read more »

Sidebar