Hi.
I use this script to install and start server:
Metacello new
configuration: 'Seaside3';
repository:
'http://www.smalltalkhub.com/mc/Seaside/MetacelloConfigurations/main';
version: '3.2.0';
load.
server := ZnZincServerAdaptor startOn: 8080
You probably want to refer to #'release3.2' as the version though
(as that gives you 3.2.1, and will receive bugfixes)
Stephan
Stephan I do not know. I went to the ci and took 3.2 on pharo 50 stable.
After we can hide ourselves againts numbers and process.
Right now the point is what is the public version that a full newbie
that make work in
less than 2 min.
Stef