Hi:
2010/1/10 Mariano Martinez Peck <marianopeck@gmail.com>:
Hi Folks/Beta-Testers!
6) There is no Web image this time. If you want to install Seaside 2.8.4 evaluate:
Gofer new    squeaksource: 'MetacelloRepository';    package: 'ConfigurationOfSeaside28';    load.
(Smalltalk at: #ConfigurationOfSeaside28) load
And if you want Seaside 3.0 evaluate:
Gofer new    squeaksource: 'MetacelloRepository';    package: 'ConfigurationOfSeaside30';    load.
(Smalltalk at: #ConfigurationOfSeaside30) loadLatestVersion
However, I am not sure if this is perfectly working in Pharo.
I started today, with the intention of port a new system I'm developing directly to Seaside 3.0. All the installation seems to works ok, I must try more yet, but a thing I noticed is not included and should by (imho) is Magritte. Just my 0.02 Cheers. Germán.