Hi Alain,
I tried this and it worked on Linux shiny server (Ubuntu). The bootstrap css is saved inside www folder.
shinyUI(
navbarPage("App Title",
tabPanel("Plot"),
navbarMenu("More",
tabPanel("Summary"),
tabPanel("Table"),
),
theme="bootstrap.css"
))
regards,
Arnab