LoginSignup
1
0

More than 5 years have passed since last update.

GAE / Ruby で wicked_pdf のために IPAフォントのインストール

Posted at
lib/tasks/gae.rake
namespace :gae do
  desc 'install fonts'
  task :install_fonts do
    sh 'apt-get update && apt-get install -y fonts-ipafont-gothic fonts-ipafont-mincho'
  end
end
app.yaml
entrypoint: bin/rails gae:install_fonts && bundle exec unicorn --port $PORT
1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0