Skip to content

Local Development

Ryan Wold edited this page Sep 12, 2019 · 10 revisions

These instructions assume running on OSX (the latest is Mojave)

Getting Touchpoints up and running locally

Ensure PostgreSQL is installed

  • brew install postgresql

Ensure Redis is installed

  • brew install redis

Ensure Login.gov is installed

Login.gov should be running at http://localhost:3000

Install and configure Touchpoints

  • run git clone git@github.com:GSA/touchpoints.git the Touchpoints repository
  • run bundle to install ruby dependencies
  • run rails s -3001 to start the server

Touchpoints should be running at http://localhost:3001