X Tutup
Skip to content

Commit 27ae1e2

Browse files
committed
add GemStone installation instructions
1 parent 4e1262c commit 27ae1e2

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,16 @@ Grease tries to be concise and consistent. Despite its pragmatic approach, we st
1515

1616
Grease does not try to solve all problems. We are not testing Sockets or HTTP clients. We don’t expect platforms to have standard SSL or graphics libraries. Its scope may grow over time, but for now we’re focusing on extending the functionality of the core classes defined in the ANSI standard (collections, exceptions, streams, blocks, etc.) and on other pieces of functionality that are critical to the Seaside project (e.g. random number generation and secure hashing).
1717

18-
Grease is widely adopted. Implementations exist already for all platforms that support Seaside 3.x. As well as Seaside, new versions of Magritte, Pier, and Monticello are already being implemented on top of Grease.
18+
Grease is widely adopted. Implementations exist already for all platforms that support Seaside 3.x. As well as Seaside, new versions of Magritte, Pier, and Monticello are already being implemented on top of Grease.
19+
20+
##GemStone Installation
21+
22+
GsUpgrader works on all versions of GemStone against all Versions of GLASS:
23+
24+
```Smalltalk
25+
Gofer new
26+
package: 'GsUpgrader-Core';
27+
url: 'http://ss3.gemtalksystems.com/ss/gsUpgrader';
28+
load.
29+
(Smalltalk at: #GsUpgrader) upgradeGrease.
30+
```

0 commit comments

Comments
 (0)
X Tutup