Skip to content

Is it possible to run a golem application on shiny-server? #936

@gioneves

Description

@gioneves

I have a shiny app (golem) and I would like to put it on a shiny-server (locally).

golem::add_shinyserver_file()

Which creates an app.R file.

I downloaded the package with devtools::install_github() in other computer.

And I put the folder of this package inside srv/shiny-server/

Suppose my package name is mygolempackage, this is what appears when I run it http://192.000.0.000:3838/mygolempackage/:

Screenshot from 2022-10-17 18-47-07

When I run a conventional app (with .ui and .server files), it works normally.

But I would like to know if there is a possibility to serve other users through a packaged shiny (created with golem). I appreciate the support.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions