Skip to content

Instantly share code, notes, and snippets.

@dalehenrich
Last active November 3, 2015 18:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dalehenrich/a2d4ff301f72b5d67487 to your computer and use it in GitHub Desktop.
Save dalehenrich/a2d4ff301f72b5d67487 to your computer and use it in GitHub Desktop.

The Light At The End Of The Tunnel: Announcing the release of GsDevKit_home and tODE

Beginning of Tunnel

2007 GLASS Appliance

2009 GemTools updated

Gofer new
    url:'http://www.squeaksource.com/Seaside30';
    package: 'ConfigurationOfSeaside30';
    load.
((Smalltalk at: #ConfigurationOfSeaside30) project version: '3.0.0') load.

2011 tODE in web browser

2012 tODE in Pharo client

- [FileTree](https://github.com/dalehenrich/filetree) introduced - [Metacello Preview](https://github.com/dalehenrich/metacello-work#install-preview-version) introduced - loading Seaside with [Metacello Preview](https://github.com/dalehenrich/metacello-work#install-preview-version)
Metacello new
  configuration: 'Seaside30';
  version: '3.0.7';
  repository: 'http://www.squeaksource.com/MetacelloRepository';
  load.
Metacello new
  baseline: 'Seaside3';
  repository: 'github://glassdb/Seaside3:gemstone3.1/repository';
  loads: #('Development' 'Zinc' 'FastCGI' 'Examples').
  • loading Seaside from a local git repository using FileTree:
Metacello new
  baseline: 'Seaside3';
  repository: 'filetree:///opt/git/Seaside3/repository';
  loads: #('Development' 'Zinc' 'FastCGI' 'Examples').

2015

  • loading Seaside into tODE using project entries:
project load --url=http://gsdevkit.github.io/GsDevKit_home/Seaside31.ston
  • tODE

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment