Skip to content

Latest commit

 

History

History
74 lines (55 loc) · 1.93 KB

README.md

File metadata and controls

74 lines (55 loc) · 1.93 KB

Cypress/CVU

GitHub version Build Status codecov

Installation

Prerequisites

Local Installation

Clone the source code:

git clone https://github.com/projecttacoma/cvu-fhir.git

Install dependencies:

npm install
bundle install

Start Dependencies: fhir-validator-wrapper

docker run -p 4567:4567 --env DISABLE_TX=true hl7_validator

deqm-test-server

npm run start

Start the Application:

bundle exec rake jobs:work
bundle exec rails server -p 3001

License

Copyright 2019 The MITRE Corporation

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.