The Light At The End Of The Tunnel: Announcing the release of GsDevKit_home and tODE
Beginning of Tunnel
2007 GLASS Appliance
- Seaside2.6
- Monticello
- GemTools running on Squeak 3.9
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.
- loading Seaside from GitHub:
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