-
Notifications
You must be signed in to change notification settings - Fork 320
Installation
olepg edited this page Jun 15, 2020
·
22 revisions
Official docs are hard to come by.
- DigitalOcean publishes guides on Install Ruby on CentOS 7 but that one's using
rbenv
- Install newer Ruby via RPM
Use Brightbox-supplied packages, they have a Launchpad package repo page and everything.
See https://www.brightbox.com/docs/ruby/ubuntu/
When the smashing installation instantly fails due to being unable to located openssl, run 'apt install build-essential libssl-dev' - as per https://github.com/Smashing/smashing/issues/28#issuecomment-268635142
- Make sure you installed a compatible version of ruby from this list: https://github.com/Smashing/smashing/blob/master/.travis.yml
- Add "gem 'tzinfo-data'" to your projects gemfile
- Add "ENV['TZ'] = 'Europe/Oslo'" on the very first line of config.ru. Use correct Time database from https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
- Home
- Dashing Workshop
- Installation
- Widgets
- Configuration
- Security
- Troubleshooting
- Deploying dashboards
- How Tos
- How to: post data to your dashboard and widgets
- How to: Define a data model and store history data to database
- How to: Prevent a job from overlapping with itself
- How to: Send HTML data to your widgets
- How to: Send mysql data to your widgets
- How to: Setup a Graph
- How to: Store data to and display from database
- How to: Update a Dashboard using a spreadsheet
- How to: update dashboard in Django
- How to: Update font awesome fonts from version 3 to 4
- How to: Use New Relic with Dashing
- How to: precompile assets
- Development