Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@ catcha

Catching Annotation (Catch-A)

This software was created for the Harvard Library Labs project CATCH (https://osc.hul.harvard.edu/liblab/proj/catch) awarded to Phil Desenne, Martin Schreiner and Paolo Ciccarese
This software was created for the Harvard Library Labs project [CATCH](https://osc.hul.harvard.edu/liblab/proj/catch) awarded to Phil Desenne, Martin Schreiner and Paolo Ciccarese.

The software was originally written by:

* Dr. Paolo Ciccarese http://paolociccarese.info
* Justin Miranda https://github.com/jmiranda

Expand All @@ -22,8 +23,8 @@ You can find the core plugin dependencies at [https://github.com/annotationframe
Start a discussion on our [Slack](http://slack.annotationhub.org). Great place to ask questions, discuss feature requests, and report bugs.

## Implementer Installation
* Use the Run With Docker installation instructions below.
* Follow installation instructions on [catcha.readthedocs.io] (http://catcha.readthedocs.io/en/latest/admin-guide/installation/)
* Use the Run With Docker installation instructions below
* Follow installation instructions on [catcha.readthedocs.io](http://catcha.readthedocs.io/en/latest/admin-guide/installation/)

## Developer Installation

Expand Down Expand Up @@ -51,7 +52,7 @@ $ gvm install grails 2.2.1
```

#### MySQL
See http://dev.mysql.com/downloads/installer/. On Ubuntu
See http://dev.mysql.com/downloads/installer/. On Ubuntu:
```
sudo apt-get install mysql-server
```
Expand Down Expand Up @@ -109,7 +110,7 @@ $ grails run-app

## Develop with Docker

When developing with Docker, all the dependencies are included in docker images. No need to install anything on the host other than (docker)[https://docs.docker.com/engine/installation/]
When developing with Docker, all the dependencies are included in docker images. No need to install anything on the host other than [docker](https://docs.docker.com/engine/installation/).

NOTE: This repo has submodules. If `--recursive` is not specified when cloning the repo, you need to run `git submodule update --init` to pull down the submodules.

Expand Down