-
Notifications
You must be signed in to change notification settings - Fork 320
Installation
Sebastian Burlacu edited this page Nov 5, 2019
·
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
- 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