R-shiny服务器安装及配置

Posted iupoint

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了R-shiny服务器安装及配置相关的知识,希望对你有一定的参考价值。

R的shiny 服务器管理-入门
http://www.bio-info-trainee.com/1683.html

sudo systemctl start shiny-server
sudo systemctl stop shiny-server
sudo systemctl restart shiny-server
sudo systemctl kill -s HUP --kill-who=main shiny-server
sudo systemctl status shiny-server    ## 查看状态
sudo systemctl enable shiny-server   ## 开机启动
sudo systemctl disable shiny-server  ## 关闭开机启动
## 如果是其它linux版本,请参照shiny官网的服务器维护指南:http://rstudio.github.io/shiny-server/latest/

以上是关于R-shiny服务器安装及配置的主要内容,如果未能解决你的问题,请参考以下文章

windows安装redis及配置教程

Kali Linux常用服务配置教程安装及配置DHCP服务

Nginx的安装及配置详解

Nginx的安装及配置详解

nodejs初学相关依赖及配置安装

Nginx安装配置及使用总结