Skip to content

Commit

Permalink
add some info about redis/resque to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
peetucket committed Aug 14, 2019
1 parent d64acbb commit 422aab0
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 422aab0

Please sign in to comment.