Skip to content

Instantly share code, notes, and snippets.

@dsingleton
Created October 22, 2015 15:56
Show Gist options
  • Save dsingleton/66ef8c5c5626d73a978a to your computer and use it in GitHub Desktop.
Save dsingleton/66ef8c5c5626d73a978a to your computer and use it in GitHub Desktop.
Running a GOV.UK Frontend app
git clone git@github.com:alphagov/government-frontend.git
cd government-frontend
bundle
PLEK_SERVICE_STATIC_URI="http://assets.digital.cabinet-office.gov.uk" PLEK_SERVICE_CONTENT_STORE_URI="https://govuk-content-store-examples.herokuapp.com" ./startup.sh
open http://localhost:3090/government/case-studies/get-britain-building-carlisle-park
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment