Skip to content
De Silva, Devin edited this page Mar 15, 2025 · 5 revisions

Setup & Deployment

Setup

  1. Clone the repository
    git clone https://github.com/yourusername/ChatBS-NextGen.git
  2. Check for R installation status in the system
    R --version
  3. Go to the project root and open it in your favorite code-editor
  4. Setup the libraries
    1. from command line interface
    Rscript setup_dependencies.R
    1. from R terminal
    source('setup_dependencies.R')
  5. Run shiny application
    1. from command line interface
    Rscript app.R
    1. from R terminal
    shiny::runApp('app.R')
    

Docker setup

TODO