Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 755 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 755 Bytes

Tim_online dashboard

Tim_online dashboard as used in the office. The dashboard is based on the excellent Dashing dashboard.

screenshot

Setup

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.

Usage

Finally, start the dashboard server:

dashing start

Now you can browse the dashboard at http://localhost:3030/default.

Heroku Deployment

Read the dashing documentation for a description on how to deploy on Heroku.