Skip to content

Commit

Permalink
README should not lie about existence of CC-models
Browse files Browse the repository at this point in the history
  • Loading branch information
mjgiarlo committed May 5, 2016
1 parent 2ade928 commit a18ee8e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ Curation Concerns requires the following software to work:

## Installation

Checkout the dependencies for [curation_concerns-models](https://github.com/projecthydra-labs/curation_concerns/tree/master/curation_concerns-models#dependencies), which is installed as part of curation_concerns.

Add this line to your application's Gemfile:

gem 'curation_concerns'
Expand All @@ -40,10 +38,10 @@ Then run the install generator. You will be prompted if you want to overwrite t
$ rails generate curation_concerns:install
$ rake db:migrate

### FITS 0.6.2
### FITS 0.8.5

To install FITS:
* Go to http://projects.iq.harvard.edu/fits/downloads, download __fits-0.6.2.zip__, and unpack it somewhere on your machine. You can also install FITS on OSX with homebrew: `brew install fits` (you may also have to create a symlink from fits.sh -> fits in the next step).
* Go to http://projects.iq.harvard.edu/fits/downloads, download __fits-0.8.5.zip__, and unpack it somewhere on your machine. You can also install FITS on OSX with homebrew: `brew install fits` (you may also have to create a symlink from fits.sh -> fits in the next step).
* Mark fits.sh as executable (chmod a+x fits.sh)
* Run "fits.sh -h" from the command line and see a help message to ensure FITS is properly installed
* Give your app access to FITS by:
Expand Down

0 comments on commit a18ee8e

Please sign in to comment.