/pension_guidance

Pension guidance from Pension Wise.

Primary LanguageRubyMIT LicenseMIT

Pension Guidance

Build Status

Pension guidance from Pension Wise.

Prerequisites

Installation

Clone the repository:

$ git clone https://github.com/guidance-guarantee-programme/pension_guidance.git

Install PrinceXML:

$ http://www.princexml.com/download/

Install and start Redis:

$ brew install redis && brew services start redis

Setup the application:

$ ./bin/setup

Usage

To start the application:

$ ./bin/foreman s

Image sprites

These are generated at the various sizes using svgexport. Update svg/circles.svg and run the following to regenerate the PNG files.

$ npm run svgexport

Wraith

In order to check visual differences between development and live use wraith

$ npm run wraith

A browser window should open up showing the results when complete

N.B. Wraith requires PhantomJS (2.1.1) and ImageMagick in order to run

Heroku

Deploy

Contributing

Please see the contributing guidelines.