How to install OpenCPU?

1.3k Views Asked by At

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

There are 1 best solutions below

0
On BEST ANSWER

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.