Skip to content

Instantly share code, notes, and snippets.

"""
A bunch of PDF utilities for Django, wkhtmltopdf and pdftk
Note: These have been cobbled together from various projects,
and probably can't be trusted. Make sure you read over
and full understand the code fully before attempting to use!
"""
import sys, os, csv
import subprocess

Dashing Installation From Scratch with the FreshDesk Widget

  1. Open Terminal.app
  2. Install RVM: \curl -sSL https://get.rvm.io | bash -s stable --ruby
  3. Get a coffee
  4. Activate RVM: source /Users/<username>/.rvm/scripts/rvm
  5. ruby --version should now give 2.1.0 or similar
  6. Add source /Users/<username>/.rvm/scripts/rvm to your ~/.bash_profile if you don't want to run it every time you open Terminal.app
  7. gem install dashing
  8. Get another coffee