Tim_online dashboard as used in the office. The dashboard is based on the excellent Dashing dashboard.
First install the required dependencies through bundle install.
The project is configured through environment variables. Ruby's dotenv gem is used to manage the environment variables. Copy the .env.sample configuration file to .env.
Finally, start the dashboard server:
dashing startNow you can browse the dashboard at http://localhost:3030/default.
Read the dashing documentation for a description on how to deploy on Heroku.
