Skip to content

Commit 32eee7c

Browse files
committed
gem
1 parent 6d54a0a commit 32eee7c

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

docs/_posts/2017-07-31-gem.md

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
layout: post
3+
title: "gem"
4+
date: 2017-07-31 12:31:13
5+
categories: math_demo update
6+
---
7+
### Preparation ###
8+
9+
Install jdk-1.8.0_113+
10+
11+
Install jruby-9.1.11.0+
12+
13+
Make sure `jruby` executable is on your path, preferably `/usr/bin/jruby`
14+
15+
### Running the Math Demo Gem ###
16+
17+
Install the math_demo gem
18+
19+
```bash
20+
jgem install math_demo
21+
```
22+
23+
Running the demo from the commandline is as simple as
24+
25+
```bash
26+
math_demo
27+
```

0 commit comments

Comments
 (0)