8000 GitHub - rbaertsch/case-book: Tumor Board Insight app
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

rbaertsch/case-book

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

case-book

to install standalone version with empty database

$ git clone https://github.com/UCSC-MedBook/case-book.git
$ cd case-book/webapp
$ meteor

Installing Meteor https://www.meteor.com/install

By default meteor starts up a mongo server, to look at mongo data, run the following: $ meteor mongo

show collections

You also need to manually create the full text index

db.cases.createIndex( { fullNarrative: "text" } );

About

Tumor Board Insight app

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 87.1%
  • HTML 10.3%
  • CSS 2.3%
  • Shell 0.3%
0