Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 637 Bytes

File metadata and controls

36 lines (23 loc) · 637 Bytes

A Blood Pressure (BP) Kiosk application for measuring and tracking your BP. It interacts with TM-2655 BP Monitors www.aandd.jp/products/medical/professional/tm2655.html

Required Ubuntu Debian packages

ruby
libopenssl-ruby
sqlite3
libsqlite3-dev
libsqlite3-ruby
build-essential
rubygems

Install the require ruby gems using bundler. While in the root directory of the project.

bundle install

Create and initialize your SQLite3 database

sqlite3 db/bpkiosk.db < db/schema.sql

Run the application using rackup

rackup

Or

rackup /path/to/bpkiosk/config.ru