LoginSignup
1
0

More than 5 years have passed since last update.

Active StorageをAWS上で動かすときにPDFプレビューを使いたい

Last updated at Posted at 2018-06-29

Active StorageをAWS上で動かすときにPDFプレビューを使おうとするとMupdfというPDFビューワが必要になるのだが、どこを探してもAWSのAmazon Linuxにこれを導入する方法が見つからなかった。

結論は一行。

$ sudo yum install https://rpmfind.net/linux/fedora/linux/releases/25/Everything/i386/os/Packages/m/mupdf-1.8-2.fc24.i686.rpm

これでmupdfが導入される。

ちなみにAmazon LinuxにImageMagickが入っていないと500エラーでうまく表示されないので、入れておく

gem 'mini_magick'

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