Skip to content

Commit f983dbe

Browse files
authored
Merge pull request #121 from rspec/add-docker-note
Add docker note to readme
2 parents 5bec03b + 12d0fb1 commit f983dbe

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

README.md

+10-3
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,23 @@ Source for rspec.info.
55

66
Requires a recent version of Ruby (> 2.1.x, tested on 2.5.3), bundler and imagemagick (to generate favicons).
77

8-
## Setup
8+
## Local Setup
99

10-
* `brew install imagemagick`
10+
* `brew install imagemagick` (or your package manager of choice).
1111
* `bundle install`
1212
* `middleman build`
1313

14-
## Developing
14+
## Local Developing
1515

16+
Run
1617
* `middleman server`
1718

19+
## Docker Setup + Development
20+
21+
If you don't have a local Ruby environment suitable to making changes to rspec.info,
22+
or prefer containerised development; you can find a 3rd party Docker image setup for
23+
this environment here: https://hub.docker.com/r/2performantirina/middleman-and-imagemagick/
24+
1825
## Deploying
1926

2027
* `middleman deploy` (for http://rspec-staging.github.io/)

0 commit comments

Comments
 (0)