Skip to content

Instantly share code, notes, and snippets.

@dalehenrich
Last active November 2, 2015 20:09
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/d2e2974448655196d9e4 to your computer and use it in GitHub Desktop.
Save dalehenrich/d2e2974448655196d9e4 to your computer and use it in GitHub Desktop.

Loading Seaside over the ages

2007 - GLASS Applicance

???

2010 - Metacello

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

2012 Metacello Preview

Metacello new
  configuration: 'Seaside30';
  version: '3.0.7';
  repository: 'http://www.squeaksource.com/MetacelloRepository';
  load.

2013 FileTree, Git, Github

Metacello new
  baseline: 'Seaside3';
  repository: 'github://glassdb/Seaside3:gemstone3.1/repository';
  loads: #('Development' 'Zinc' 'FastCGI' 'Examples').

##2015 GsDevKit_home, tODE

project load --url=http://gsdevkit.github.io/GsDevKit_home/Seaside31.ston
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment