Skip to content

Commit

Permalink
Merge pull request #19 from maniSHarma7575/12_dockerize_heartcheck-redis
Browse files Browse the repository at this point in the history
[UPDATES] Updated README.md
  • Loading branch information
VictorSNA authored Oct 20, 2021
2 parents 847f8bc + 5e99ca6 commit 498a70d
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,22 @@ If You are using an old version of Ruby, You may run Bundle's script with a spec

### Check Heartcheck example [here](https://github.com/locaweb/heartcheck/blob/master/lib/heartcheck/generators/templates/config.rb)

## Development setup using Docker

The Docker Hearthcheck-Redis provides a container with the current stable version of Ruby released and a second Docker container running Memcached. The development setup requires you to have these tools available in your local environment:

- [Docker](https://docs.docker.com/get-docker/)
- [Docker Compose](https://docs.docker.com/compose/install/)
- [Bash](https://www.gnu.org/software/bash/)

#### BootStrap Script to run the dockerized environment

```bash
./scripts/heartcheck-redis setup
```

Run the command `./scripts/heartcheck-redis -h` to see available options.

## License
* [MIT License](https://github.com/locaweb/heartcheck-redis/blob/master/LICENSE.txt)

Expand Down

0 comments on commit 498a70d

Please sign in to comment.