Skip to content
This repository has been archived by the owner on Nov 21, 2017. It is now read-only.

Latest commit

 

History

History
11 lines (9 loc) · 335 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 335 Bytes

Tabula NG

How to run the app

  1. You'll need bower
  2. cd into static and run bower install
  3. Switch to JRuby and install the dependencies: bundle install
  4. Create the DB: sqlite3 data/tabula_api.db < data/tabula_api.sql
  5. run the app: TABULA_DATA_DIR=$(pwd)/data rackup