Hello,
I've followed the instructions in the tutorial. However, when I open the server page, I can only see a "Test page" message.
What am I doing wrong?
episerver = createServer(
#port=as.numeric(Sys.getenv("CDSW_PUBLIC_PORT")),
verbose=T,
try_ports=T,
daemonized=T)
# start the server
episerver$start_server()
episerver
### Start the epivizr app
#
# The epivizr app should connect to the episerver.
#
# You can specify the Epiviz server using the episerver variable defined above, or manually specify host and http_port
#
# For a full tutorial on epivizr, see http://bioconductor.org/packages/release/bioc/vignettes/epivizr/inst/doc/IntroToEpivizr.html
epi = startEpiviz(
#host=Sys.getenv("CDSW_IP_ADDRESS"),
# host=Sys.getenv("CDSW_IP_ADDRESS"),
open_browser=F,
server = episerver)
epi
Moreover, when I print the episerver or epiclient variables, I get a "not connected" message:
> episerver
<EpivizServer> port: 8080, not connected
Hello,
I've followed the instructions in the tutorial. However, when I open the server page, I can only see a "Test page" message.
What am I doing wrong?
Moreover, when I print the episerver or epiclient variables, I get a "not connected" message: