Sunday, April 28, 2024
 Popular · Latest · Hot · Upcoming
5
rated 0 times [  5] [ 0]  / answers: 1 / hits: 6782  / 3 Years ago, fri, august 20, 2021, 4:56:34

This is my first day using Ubuntu 12.04. I am using Ubuntu as it is the only operating system capable of hosting an app I created using the statistical software package R. I am trying to follow the (so far very helpful) commands given at the following site:



http://withr.me/blog/2013/07/23/configure-shiny-server-under-ubuntu/



Everything runs fine until Step 6 - "Install Upstart script".



sudo wget
https://raw.github.com/rstudio/shiny-server/master/config/upstart/shiny-server.conf
-O /etc/init/shiny-server.conf


command not found



Any help as to why this error message is arising would be greatly appreciated. And sorry for the newbie question. Seriously only using Linux for a few hours.


More From » wget

 Answers
3

Use this one :-)



sudo wget -O /etc/init/shiny-server.conf  https://raw.github.com/rstudio/shiny-server/master/config/upstart/shiny-server.conf


You might have had a stray space after the or forgot to leave some room before it.
anyway, this line will work.


[#28155] Sunday, August 22, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
rcraftemur

Total Points: 118
Total Questions: 119
Total Answers: 144

Location: Turks and Caicos Islands
Member since Sun, Mar 7, 2021
3 Years ago
;