2009/3/21 Stéphane Ducasse <
[hidden email]>:
> Where do I get the latest pharo, and how do I install it on my image?
pharo-web already contains Seaside 2.8:
http://code.google.com/p/pharo/wiki/Downloads?tm=2.
This page also points to the latest downloadable Pharo version. Then,
you can install Seaside:
instClass := Smalltalk at: #Installer ifAbsent: [ScriptLoader new
installingInstaller].
instClass ss
project: 'KomHttpServer';
install: 'DynamicBindings';
install: 'KomServices';
install: 'KomHttpServer'.
instClass ss
project: 'Seaside';
answer: '.*username.*' with: 'admin';
answer: '.*password.*' with: 'seaside';
install: 'Seaside2.8a1'.
--
Damien Cassou
http://damiencassou.seasidehosting.st_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project