Install rstudio server in centos7.4 with a problem.

Hi I am installing rstudo server in our server.
I was using docker to provide the system background. The image is rstudio/r-base:devel-centos7

I installed rstudio-server-rhel-1.3.959-x86_64.rpm, using following command in docker
RUN wget https://download2.rstudio.org/server/centos6/x86_64/rstudio-server-rhel-1.3.959-x86_64.rpm
RUN yum install rstudio-server-rhel-1.3.959-x86_64.rpm

There is a systemctl issue, but I think that is related to docker so I post one question in docker forum, but there is a problem regarding rstudio-server.

When I try to start the rstudio service, with /etc/init.d/rstudio-server start
It tells me "/etc/init.d/rstudio-server line8: /etc/rc.d/init.d/functions no such file"
When I temp fix systemctl issue and run it with systemctl start rstudio-server.
Same thing happens.

What is this issue? And how to resolve it?

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.