- Seaside2.6
- Monticello
- GemTools running on Squeak 3.9
Gofer new
url:'http://www.squeaksource.com/Seaside30';
package: 'ConfigurationOfSeaside30';
load.
((Smalltalk at: #ConfigurationOfSeaside30) project version: '3.0.0') load.
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').
- loading Seaside into tODE using project entries:
project load --url=http://gsdevkit.github.io/GsDevKit_home/Seaside31.ston
- tODE