fhirbase/lab-app

Name: lab-app

Owner: Fhirbase

Description: [DEPRECATED]

Created: 2015-02-17 15:11:09.0

Updated: 2016-02-17 09:45:43.0

Pushed: 2016-02-17 09:46:43.0

Homepage:

Size: 60

Language: CoffeeScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

[DEPRECATED] No longer being actively developed

fhirplace example plugin

nstall nvm
 use 0.10

 install
 start # to start dev server on localhost:8080
 run-script build # to build into dist directory

m bin`/fhirbase # to publish
Run with OAuth2

Asume [lab-wall][] running on http://localhost:3000 and application it self running on http://localhost:8080.

use 0 \
 env \
 PORT=8080 \
 BASEURL='http://localhost:3000/fhir' \
 OAUTH_CLIENT_ID='your-oauth-client-id' \
 OAUTH_CLIENT_SECRET='your-oauth-client-secret' \
 OAUTH_REDIRECT_URI='http://localhost:8080/#/redirect' \
 OAUTH_SCOPE='all' \
 OAUTH_RESPONSE_TYPE='token' \
 OAUTH_AUTHORIZE_URI='http://localhost:3000/oauth/authorize' \
 npm start

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.