Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 419 Bytes

development.rst

File metadata and controls

15 lines (10 loc) · 419 Bytes

Development

With Docker and Compose

Follow these steps to get started Docker and Compose.

  1. Install Docker and Compose
  2. Run docker-compose up to start a development environment
  3. Run docker-compose run webapp bundle exec rake spec to run the test suite