Skip to content

Latest commit

 

History

History
62 lines (39 loc) · 1.22 KB

README.md

File metadata and controls

62 lines (39 loc) · 1.22 KB

Reporting

Build Status

Pension Wise reporting.

Prerequisites

Installation

Clone the repository:

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

Setup the application:

$ ./bin/setup

Usage

To start the application:

$ ./bin/foreman s -p <port>

where is the port you'd like the application to listen on.

Production-mode

To run the application in "production" mode, the following environment variables need to be set:

  • RAILS_ENV=production
  • SECRET_KEY_BASE=<some secret token>

Heroku

Deploy

Contributing

Please see the contributing guidelines.