How to install OpenCPU? [closed]

风格不统一 提交于 2019-12-11 12:34:55

问题


I'd like to try OpenCPU in my own server. Official Installation Manual linked from https://public.opencpu.org/pages/download.html is not found.

Where can I get install instruction?


回答1:


The new version of OpenCPU, which hasn't officially been released yet, runs locally as well:

library(devtools); 
install_github("opencpu", "jeroenooms")
library(opencpu)

Note that you need a recent version of httpuv.

For now you can also have a look at the API doc, the opencpu.js javascript library and the cloud server.



来源:https://stackoverflow.com/questions/18029259/how-to-install-opencpu

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!