Skip to content

Run app locally (Elmer branch)

Christy Lam edited this page Apr 2, 2020 · 3 revisions

The elmer branch is the latest version of the Travel Household Survey App. To run locally, follow the steps below:

  1. After cloning the repo, switch to branch elmer.
  2. In shiny/global.R:
  • comment out line 19 wrkdir <- "/home/shiny/apps/testing-travel-study-stories/shiny"
  • add your own wrkdir <- "path to where your local repo is located" e.g. lines 15 or 16
Clone this wiki locally