File tree 1 file changed +10
-3
lines changed
1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -5,16 +5,23 @@ Source for rspec.info.
5
5
6
6
Requires a recent version of Ruby (> 2.1.x, tested on 2.5.3), bundler and imagemagick (to generate favicons).
7
7
8
- ## Setup
8
+ ## Local Setup
9
9
10
- * ` brew install imagemagick `
10
+ * ` brew install imagemagick ` (or your package manager of choice).
11
11
* ` bundle install `
12
12
* ` middleman build `
13
13
14
- ## Developing
14
+ ## Local Developing
15
15
16
+ Run
16
17
* ` middleman server `
17
18
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
+
18
25
## Deploying
19
26
20
27
* ` middleman deploy ` (for http://rspec-staging.github.io/ )
You can’t perform that action at this time.
0 commit comments