install dashing for openhab
Written by Super User
Details:
Category: code
| Published: 12 November 2016
| Hits: 263
on windows 10
1. install ruby remember to wing off all things during step 2
2. fetch devkit for ruby
3. do this
Unzip the zip
open command-line and go to unzipperd folder
ruby dk.rb init
ruby dk.rb install
gem install rdiscount --platform=ruby
4. run
-
Install the gem from the command line. Make sure you have Ruby 1.9+
$ gem install dashing
-
Generate a new project
$ dashing new sweet_dashboard_project
-
Change your directory to
sweet_dashboard_project
and bundle gems$ bundle (gem install bundle)
-
Start the server!
$ dashing start
-
Point your browser at localhost:3030 and have fun!
read here: http://dashing.io/
and here: http://rubyinstaller.org/
and here: https://github.com/smar000/openhab-dashboard
or a total perfect guide: http://3man.co.za/?p=6