library(RedisParam)
hostname <- Sys.getenv("REDIS_SERVICE_HOST")
port <- as.integer(Sys.getenv("REDIS_SERVICE_PORT"))
Sys.unsetenv("REDIS_PORT")
p <- RedisParam(
jobname = "binarybuild", is.worker = TRUE,
redis.hostname = hostname, redis.port = port
)
bpstart(p)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.