bdcravens / railo-vagrant

Simple setup to launch a VM using Vagrant running Ubuntu 12.04 and Railo
15 stars 8 forks source link

Install fonts #2

Open bdcravens opened 11 years ago

bdcravens commented 11 years ago
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_