app <- Builder$new(
Static$new(
urls=c('/javascript', '/images'),
root='.'
),
Static$new(
urls='/json',
root=tempdir()
),
Brewery$new(
url='/brew',
root='.',
jsonurl='../json/'
),
Redirect$new('/brew/MapSites.rhtml')
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.