The instructions for installing ohamge-viz on Ubuntu were pretty
straight forward when setting/unsetting the value for
"visualization_server_address" to
http://127.0.0.1/R/call/Mobilize However, on Fedora apparently its not that simple.
After setting the Location directive in rApache to what I thought would
find the location to the necessary R package Mobilize it continues to fail with cant find path
http://127.0.0.1/R/call/Mobilize/responseplot/png.
Here's where I'm
stuck.
Am I not setting the Location directive correctly?
What exactly is OpenCPU doing here? It seems that rApache is what actually
executing the R package Mobilize. Has anyone else configured something similar?
Here's my rapache.conf
<Location /R>
SetHandler r-handler
RFileHnadler /path/to/R/Mobilize
</Location>
Can someone help with this issue?