A simple Rails app for evaluating FHIR.
- Ruby 2.0.0+
- Rails 4.1+
- Bootstrap
- MongoDB
- Bundler
- Node
- Bower
- Install Homebrew
- Install RVM
- Install Ruby 2.0.0+ via
rvm install 2.0.0
- Install MongoDB via
brew install mongodb
- Install Bundler via
gem install bundler
- Install Node via
brew install node
- Install Bower via
npm install -g bower
- Checkout Crucible:
git clone https://github.com/fhir-crucible/crucible.git
- Install Ruby dependencies with Bundler:
bundle install
- Install Javascript dependencies with Bower:
bower install
- Start MongoDB:
mongod
- Launch the Rails server:
bundle exec rails server
Copyright 2015 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.