railo-vagrant icon indicating copy to clipboard operation
railo-vagrant copied to clipboard

Install fonts

Open bdcravens opened this issue 12 years ago • 0 comments

needs fonts installed. Quickest way to see this is to install the advanced application template for ColdBox; the debugging info uses cfchart.

See http://www.cfelements.com/2010/11/railo-cfchart-solved-error-probable.html

  • libfreetype6 is actually already installed in Ubuntu 12.04.
  • Installing the dejavu related libraries and restarting Tomcat fixes the font issue. I presume the other steps required after this one in the blog entry are actually already configured properly in Ubuntu 12.04. sudo apt-get install dejavu*

This needs to be added to the Chef recipe:

  • Can package be used with wildcards?
  • Determine the individual packages and run each with package? Probably best to write a separate recipe for this step. Is there a package already available?
  • Run command manually using execute

bdcravens avatar Nov 26 '12 14:11 bdcravens