Skip to content

Commit

Permalink
Merge 422aab0 into f2c6ddf
Browse files Browse the repository at this point in the history
  • Loading branch information
peetucket committed Aug 14, 2019
2 parents f2c6ddf + 422aab0 commit ffea50d
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,23 @@ cd pre-assembly
bundle install
```

#### redis/resque

The pre-assembly app uses resque backed by redis for job queing. In order to run the tests or run the
webapp locally, you will need to have redis running. On MacOSX, use `homebrew` to install:

```bash
brew install redis
```

and start as needed (if not running as a background process):

```bash
redis-server /usr/local/etc/redis.conf
```

See https://redis.io/ for other installation instructions and information.

#### exiftool

You need `exiftool` on your system in order to successfully run all of the tests.
Expand Down

0 comments on commit ffea50d

Please sign in to comment.