LandRegistry/property-frontend-alpha

Name: property-frontend-alpha

Owner: HM Land Registry

Description: Land Registry Property Front End

Created: 2014-07-08 11:12:22.0

Updated: 2015-01-28 07:39:19.0

Pushed: 2015-01-27 09:56:39.0

Homepage: http://lr-property.herokuapp.com/

Size: 3616

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Land Registry Property Front End

Build Status

Coverage Status

Getting started
clone git@github.com:LandRegistry/property.git
roperty

Pull down GovUK frontend toolkit

submodule init
submodule update

You should see the govuk_toolkit in viewpropert/static/

Run tests
intall -r test_requirements.txt

Then run:

est
Environment variables needed
rt SETTINGS='conig.Config'
rt TITLE_API_URL=[base URL of Titles API]

Note following defaults are set in run.sh

SETTINGS='conig.Config' TITLE_API_URL='http://localhost:8003'

These will need to be set on any deployment target as well, including Heroku

e.g.

ku config:set TITLE_API_URL=http://lr-public-titles-api.herokuapp.com/
Run the app

Run in development mode to enable app reloading

n.sh dev

Otherwise with foreman

n.sh

This app runs on PORT 8005


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.