File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -83,10 +83,13 @@ \section{Building artifact}
83
83
on Fedorah 22 and Mac OSX 10.11. To run the editor locally,
84
84
after building open the file \verb |artifact/index.html | in a browser.
85
85
86
- \paragraph {Docker } With Docker (tested with 17.03.1-ce), you can build and
87
- run the test suite by running
88
- \verb |docker build -t paramblame . |
89
- and then, once that finishes, \verb |docker run paramblame |, which will run the test
86
+ \paragraph {Docker } With Docker (tested with 17.03.1-ce),
87
+ load the attached image by running the command
88
+ \verb |docker load -i paramblame.tar | from the directory containing the tar file. Alternately,
89
+ you can build from the GitHub source by running
90
+ \verb |docker build -t paramblame . | in the paramblame directory.
91
+ Either way, once you have set up the docker image,
92
+ \verb |docker run paramblame | will run the test
90
93
suite. If you'd like to run the editor locally, you must copy the
91
94
javascript out of the docker image with
92
95
You can’t perform that action at this time.
0 commit comments