Skip to content

autogrow/openminder-sample-dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sample OpenMinder™ Dashboard

License: CC BY-NC-SA 4.0

This is a sample dashboard for the OpenMinder™ that can be run on the Raspberry Pi in order to show live readings from the API on a web interface.

It requires ruby and uses the great open source project smashing. The preconfigured dashboard can be downloaded from it's Github repo.

Installation

First install Ruby 2.2 or greater. Currently Raspbian has the 2.3 version:

sudo apt-get install ruby2.3 ruby2.3-dev
sudo gem install bundler

Download the dashboard:

git clone https://github.com/autogrow/sample-openminder-dashboard.git

Install the requirements:

cd sample-openminder-dashboard
bundle install --deployment

Usage

Now you can run the dashboard with this command:

bundle exec smashing start

Point your browser to http:https://:3030 to see the dashboard.