"Upgrade Metacello and Grease first"
Gofer new
package: 'GsUpgrader-Core';
url: 'http://ss3.gemtalksystems.com/ss/gsUpgrader';
load.
(Smalltalk at: #GsUpgrader) upgradeGrease.
"Install GLASS from github"
GsDeployer deploy: [
Metacello new
baseline: 'GLASS1';
repository: 'github://glassdb/glass:master/repository';
get.
Metacello new
baseline: 'GLASS1';
repository: 'github://glassdb/glass:master/repository';
onLock: [:ex | ex honor ];
load: 'default' ].
forked from glassdb/glass
-
Notifications
You must be signed in to change notification settings - Fork 0
GLASS github presence
License
LisaAlmarode/glass
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
GLASS github presence
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- Smalltalk 96.6%
- HTML 3.4%