nhsconnect / prescription-exemptions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RTEC Integration Specification

This is the source repository for the Prescription Exemption Checking Service integration specification.

The current specification version is held in the master branch, and published automatically with GitHub pages.

Building the specification

To build the specification locally

  • Clone the repository: git clone https://github.com/nhseps/prescription-exemptions.git
  • Install Ruby
  • Install Jekyll
  • Navigate to your gpconnect directory and run: bundle install
  • Now run Jekyll: bundle exec jekyll serve
  • Browse website Browser: http://localhost:4005

Troubleshooting

  1. Fix warnings related to SSL certificate checking (by configuring the SSL_CERT_FILE env variable) by following instructions to download and reference a cacert.pem file.

  2. Fix warnings related to the Jekyll GitHub Metadata plugin, by configuring the JEKYLL_GITHUB_TOKEN environment variable.

About

License:Apache License 2.0


Languages

Language:CSS 62.9%Language:HTML 17.0%Language:Gherkin 15.4%Language:Ruby 2.8%Language:JavaScript 1.9%