Skip to content

Commit

Permalink
#253 update minimal api docs and fix typo in .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dalehenrich committed Apr 20, 2016
1 parent 0c7684b commit b77a2c7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -22,7 +22,7 @@ matrix:
- smalltalk: GemStone-3.3.0
os: osx
- smalltalk_config: .minimal.smalltalk.ston
smalltalk: GemStone-3.,3.0
smalltalk: GemStone-3.3.0
env: GSCI_CLIENTS="Pharo-5.0" GSCI_DEVKIT_BRANCH="dev"

cache:
Expand Down
10 changes: 8 additions & 2 deletions docs/MinimalTodeAPI.md
Expand Up @@ -6,8 +6,9 @@ With Pharo5.0, the FFI api was changed which means that the GemStone/S GCI code
With the help of [Mariano Martinez-Peck][2], the [GemStone-GCI project][3] was ported to Pharo5.0 and I built the **Minimal tODE API** on top of the [GemStone-GCI project][3].

## Installation
A GemStone/S 64 stone and a standard tODE client is needed for using the **Minimal tODE API**.
For that, I recommend installing [GsDevKit_home][5] and using the following steps from the [GsDevKit_home installation instructions][6]:
A [GemStone/S 64][9] stone and a standard tODE client is needed for using the **Minimal tODE API**.
Technically you don't need a tODE client, but if you want to look at server-side code, it is necessary.
I recommend installing [GsDevKit_home][5] and using the following steps from the [GsDevKit_home installation instructions][6]:

```
# Install GsDevKit_home
Expand All @@ -20,6 +21,10 @@ installServerClient
# Create tODE client
#
createClient tode
# Start tODE client
#
startClient tode
```

The **Minimal tODE API** is built to run against a standard [tODE][4] stone install, but since both the **Minimal tODE API** and the [GemStone-GCI project][3] are under active development, it is a good idea to create a local clone of the [GemStone-GCI project][3] and load it into the stone being used for **Minimal tODE API** development:
Expand Down Expand Up @@ -145,3 +150,4 @@ which you should recognize as the fields visible in the **tODE** inspector windo
[6]: https://github.com/GsDevKit/GsDevKit_home#installation
[7]: ./images/minimalClientElementpng
[8]: ./images/todeInspectorView.png
[9]: https://gemtalksystems.com/products/gs64/

0 comments on commit b77a2c7

Please sign in to comment.