Hi,
Im trying to integrate R to a jedox 4.0 install on a linux box. it works fine on a windows install but not on a linux install. can anyone kindly guide me how to do this?
Thanks
(Edit: more info)
R is already installed on my linux server, however a php page within jedox cant access it via shell exec. after some digging around i found out that jedox 4 when ran (/opt/jedox/ps/startserver.sh) chroots itself and "mounts" so technically it has no access to my /usr/bin/Rscript since its locked in its own root which has its own /usr directory.
Im trying to integrate R to a jedox 4.0 install on a linux box. it works fine on a windows install but not on a linux install. can anyone kindly guide me how to do this?
Thanks
(Edit: more info)
R is already installed on my linux server, however a php page within jedox cant access it via shell exec. after some digging around i found out that jedox 4 when ran (/opt/jedox/ps/startserver.sh) chroots itself and "mounts" so technically it has no access to my /usr/bin/Rscript since its locked in its own root which has its own /usr directory.
The post was edited 1 time, last by megamonk ().