[Seaside] install Seaside30 without OB?

Vaidotas Didžbalis vaidasd at gmail.com
Wed Mar 30 07:23:23 UTC 2011


Hello Esteban,
I use this script to load Seaside 3.0.4 without tools I do not need.

"install things  we need"
| pv goo required|
(Installer monticello http: 'http://www.squeaksource.com/Seaside30')
install: 'ConfigurationOfSeaside30-dkh.305'.
pv:= (ConfigurationOfSeaside30 project version: '3.0.4').
required:= #('Seaside-Tests-Functional' 'JQuery-UI'
'JQuery-Tests-Core' 'Seaside-Adaptors-Comanche' 'JQuery-Tests-UI').
pv load: required.

"install Goofy  to remowe tools not needed"
goo:= Goofy new.
 #('Metacello-Platform' 'Metacello-Core' 'Metacello-Base'
'Metacello-ToolBox' 'Metacello-MC' 'ConfigurationOfKomHttpServer'
'ConfigurationOfGofer' 'ConfigurationOfGrease'
'ConfigurationOfMetacello' 'ConfigurationOfSeaside30') do: [:p | goo
package: p].
goo unload.
WAKomEncoded startOn: 8080.

---
On Wed, Jan 5, 2011 at 1:31 PM, Esteban Lorenzano <estebanlm at gmail.com> wrote:
> Hi,
> I want to install Seaside 3.0.3 into a production image, and I want to get rid of OmniBrowser... which groups should I specify to obtain this?


More information about the seaside mailing list