项目作者: nhsconnect

项目描述 :
GP Connect API specification
高级语言: CSS
项目地址: git://github.com/nhsconnect/gpconnect.git
创建时间: 2016-07-22T08:43:30Z
项目社区:https://github.com/nhsconnect/gpconnect

开源协议:Apache License 2.0

下载


GP Connect

This is the source repository for the GP Connect specification.

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

Previous versions of the specification are held in release/* branches (and tagged), and published to the NHS Developer Network.

Building the specification

To build the GP Connect specification locally

  • Clone the repository: git clone https://github.com/nhsconnect/gpconnect.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.