Search code examples
ropencpu

How to install OpenCPU?


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?


Solution

  • 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.