[squeak-dev] Re: Fwd: RE: Where is Seaside download???

Levente Uzonyi leves at elte.hu
Wed Jul 21 22:52:26 UTC 2010


On Wed, 21 Jul 2010, Andreas Raab wrote:

> On 7/21/2010 5:01 AM, Tobias Pape wrote:
>> There may be more questions that will arise from that point.
>> E.g. OB does not make use of the Squeak4.1 default shout, hence,
>> this may be confusing for some people
>
> Let's try it. Here is a starting point:
>
> http://ftp.squeak.org/various_images/seaside/Squeak4.1/Seaside3.0.zip
>
> Improvements, fixes, enhancements, etc. are all welcome. Also, does anyone 
> have instructions for how to create a Seaside 2.8 based image?

For Seaside 2.8:

Installer ss
 	project: 'MetacelloRepository';
 	install: 'ConfigurationOfSeaside28'.
(Smalltalk at: #ConfigurationOfSeaside28) load.

Start it with:

WAKomEncoded startOn: 8080.

Examples for Seaside 2.8:

Installer ss
 	project: 'MetacelloRepository';
 	install: 'ConfigurationOfSeaside28Examples'.
(Smalltalk at: #ConfigurationOfSeaside28Examples) load.

Magritte:

Installer ss
 	project: 'MetacelloRepository';
 	install: 'ConfigurationOfMagritte'.
(Smalltalk at: #ConfigurationOfMagritte) load.

Pier:

Installer ss
 	project: 'MetacelloRepository';
 	install: 'ConfigurationOfPier-DaleHenrichs.18'.
(Smalltalk at: #ConfigurationOfPier) load.


Pier has to be registered, but I don't know how.


Levente

>
> Cheers,
>  - Andreas
>
>



More information about the Squeak-dev mailing list