Skip to content

dhf0820/crucible

 
 

Repository files navigation

Crucible Server Build Status

A simple Rails app for evaluating FHIR.

Details

  • Ruby 2.0.0+
  • Rails 4.1+
  • Bootstrap
  • MongoDB
  • Bundler
  • Node
  • Bower

Getting Started

OSX

Dependencies

  • 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

Server

  • 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

License

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 61.3%
  • Ruby 17.7%
  • CSS 10.8%
  • CoffeeScript 9.7%
  • JavaScript 0.5%