Skip to content

Instantly share code, notes, and snippets.

@eliotjordan
Last active August 29, 2015 14:20
Show Gist options
  • Save eliotjordan/2c379c93091ae456562a to your computer and use it in GitHub Desktop.
Save eliotjordan/2c379c93091ae456562a to your computer and use it in GitHub Desktop.
Sufia Install
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