Skip to content

Commit

Permalink
Document dependencies (close #244)
Browse files Browse the repository at this point in the history
  • Loading branch information
nichtich committed Apr 17, 2023
1 parent 345c5c5 commit e306e1e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ sudo apt-get install sqlite3 r-cran-rsqlite
sudo apt-get install php php-sqlite3
```

In addition, Maven is required to build the JAR files.

### Install Apache Solr

```bash
Expand Down Expand Up @@ -61,4 +63,4 @@ BASE_OUTPUT_DIR=your/path
`BASE_INPUT_DIR` is the directory where your MARC21 files exists, `BASE_OUTPUT_DIR` is where QA catalogue will put
the results of the analyses.

Ready. Now you can start using it.
Ready. Now you can start using it.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ Screenshot from the web UI of the QA cataloge

### Installation

See `INSTALL.md` for dependencies.

1. `wget https://github.com/pkiraly/metadata-qa-marc/releases/download/v0.6.0/metadata-qa-marc-0.6.0-release.zip`
2. `unzip metadata-qa-marc-0.6.0-release.zip`
3. `cd metadata-qa-marc-0.6.0/`
Expand Down

0 comments on commit e306e1e

Please sign in to comment.