Sha256: 254d42c19716f17c2bdf19cb407bd277d8c11784bcaaad727254a4f53d11c677

Contents?: true

Size: 580 Bytes

Versions: 2

Compression:

Stored size: 580 Bytes

Contents

# Docker Compose for contributors

This gem includes different adapters which require specific tools instaled
on local machine. With docker this could be achieved inside container and
new contributor could start working on code with a minumum efforts.

## Steps:

1. Install Docker Compose https://docs.docker.com/compose/install
2. Install gems `docker-compose run --rm app bundle install`
3. Run specs `docker-compose run --rm app bundle exec rspec`
4. Optional: log in to container an using a bash for running specs
```sh
docker-compose run --rm app bash
bundle exec rspec
```

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
flipper-0.10.2 docs/DockerCompose.md
flipper-0.10.1 docs/DockerCompose.md