Last active
August 29, 2015 14:20
-
-
Save eliotjordan/2c379c93091ae456562a to your computer and use it in GitHub Desktop.
Sufia Install
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Cribbed from: hortongn/3518faa5a9d638f83141 | |
Configure Jetty for Sufia | |
rake jetty:stop; rake jetty:clean; rake sufia:jetty:config; rake jetty:start | |
Add Fits to your path | |
export PATH=$PATH:<path to Fits> | |
Add OpenOffice executable (soffice) to path | |
export PATH=$PATH:/Applications/LibreOffice.app/Contents/MacOS | |
Install ffmpeg | |
brew install ffmpeg --with-fdk-aac --with-libvpx --with-libvorbis | |
Install PhantomJS < 2.0 | |
brew uninstall phantomjs; brew install phantomjs198 | |
Use Graphicsmagick | |
brew install graphicsmagick --with-jasper |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment