--
You received this message because you are subscribed to the Google Groups "Shiny - Web Framework for R" group.
To unsubscribe from this group and stop receiving emails from it, send an email to shiny-discus...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
I have a question on how to keep running a Shiny server on the AWS.To start the server, I have to ssh to my AWS instance. So, after the server starts ("Starting listener"), it seems that I cannot quit the ssh session and consequently I have to leave the local machine used for this connection up.Is there any way to leave the Shiny server running without having to also leaving the local machine running and up? In other words, I would like to have a 24/7 running Shiny server independent from my local machine.
Thank you for the instructions.I was able to use nohup ("nohup sudo shiny-server &") and now my app works in the background.Now, my question is that how I can stop my Shiny server after logging back into the shell.I searched on the internet looking for an answer but I have not found any so far. Most people talk about how to use the nohup before logging out from the shell but not about what to do after logging back.
sudo wget\ https://raw.github.com/rstudio/shiny-server/master/config/upstart/shiny-server.conf\ -O /etc/init/shiny-server.conf
sudo start shiny-server
sudo stop shiny-server
--
> library(sqldf) Loading required package: DBI Loading required package: gsubfn Loading required package: proto Loading required namespace: tcltk Loading Tcl/Tk interface ... done Loading required package: chron Loading required package: RSQLite Loading required package: RSQLite.extfuns Warning message: In fun(libname, pkgname) : couldn't connect to display ":0"
--
You received this message because you are subscribed to the Google Groups "Shiny - Web Framework for R" group.
To unsubscribe from this group and stop receiving emails from it, send an email to shiny-discus...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
To unsubscribe from this group and stop receiving emails from it, send an email to shiny-discuss+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
To unsubscribe from this group and stop receiving emails from it, send an email to shiny-discus...@googlegroups.com.