Skip to content

Production Installation Overview

Esmé Cowles edited this page May 23, 2017 · 4 revisions

NOTE

This document was copied from the CC wiki and is outdated.

Steps

  1. Install Java 8
  2. Install Ruby 2.1 or greater.
  3. Install Fcrepo 4.5 or greater.
  4. Install Solr 5.4 or greater.
  5. Install Redis 2.6 or greater (2.6+ is required for Redlock)
  6. Install dependencies: FITS, imagemagick, openoffice, ffmpeg
  7. Configure the statefile to be somewhere other than /tmp
  8. Configure the derivatives and uploads directory to be something other than tmp
  9. Add an ActiveJob driver such as resque or sidekiq to the Gemfile.

This was created with inspiration from https://github.com/projecthydra-labs/hydradam/wiki/Production-Installation%3A-Overview

Clone this wiki locally