March 21, 2009
5:24 p.m.
2009/3/21 Stéphane Ducasse <stephane.ducasse@inria.fr>:
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