GithubHelp home page GithubHelp logo

healthedata1 / auto-ig-builder Goto Github PK

View Code? Open in Web Editor NEW

This project forked from fhir/auto-ig-builder

0.0 2.0 0.0 116 KB

Implementation Guide builder

Shell 34.81% Python 36.88% JavaScript 14.39% Dockerfile 13.92%

auto-ig-builder's Introduction

FHIR Implementation Guide Auto-Builder

Quick start guide

  1. Create an IG in a new folder, including a file called ig.json containing the IG definition, alongside any other content (for example a pages folder) that your IG requires.
  2. Put your IG on GitHub: create a GitHub repository within your own organization, and push your content to GitHub.
  3. Add a Webhook in GitHub: click "Settings", then "Webhooks & Services", then "Add Webhook".
  4. Configure the Webhook: enter a URL of https://us-central1-fhir-org-starter-project.cloudfunctions.net/ig-commit-trigger. Choose "Content type" of application/json and accept the default (blank) "secret". Choose "Just the push event" as your trigger, and then click "Add webhook".

Now GitHub will automatically trigger a build whenever you commit changes. To manually trigger a build, you can POST to the Webhook URL yourself, for example:

curl -X POST  "https://us-central1-fhir-org-starter-project.cloudfunctions.net/ig-commit-trigger"
  -H "Content-type: application/json"
  --data '{"repository": {"full_name": "test-igs/simple"}}'

*Note: a build takes 2-3 minutes to complete. You should see a notification at https://chat.fhir.org/#narrow/stream/committers/topic/ig-build.

After the build is complete, you can...

Find your rendered IG automatically available at

http://build.fhir.org/ig/:org/:repo

Find debugging info about the build

For a build log, see: http://build.fhir.org/ig/:org/:repo/build.log

auto-ig-builder's People

Contributors

jmandel avatar hackmd-deploy avatar

Watchers

James Cloos avatar Eric Haas avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.