You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
sudo apt-get install dejavu*
This needs to be added to the Chef recipe:
The text was updated successfully, but these errors were encountered: