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/

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-06-30
  • 2021-08-11
  • 2021-08-04
  • 2022-03-06
  • 2022-03-13
  • 2022-12-23
猜你喜欢
  • 2021-12-01
  • 2021-11-28
  • 2021-08-18
  • 2021-09-22
  • 2021-10-02
  • 2022-12-23
相关资源
相似解决方案