inst/config/rapache/gCMAP_app.R

url.root = "/gne/home/sandmat1/rapache-test/htdocs"

gcmap <-Builder$new(
  Static$new(
    urls = c('/css','/img','/js'),
    root = url.root
  ),
  Static$new(urls='/results',
             root=tempdir()
  ),
  Brewery$new(
    url='/',
    root=url.root,
    resultpath=tempdir()
  ),
  Redirect$new('/index.rhtml')
)

Try the gCMAPWeb package in your browser

Any scripts or data that you put into this service are public.

gCMAPWeb documentation built on April 28, 2020, 8:23 p.m.