[Seaside] pharo installing seaside 2.8.4

Mariano Martinez Peck marianopeck at gmail.com
Tue Mar 9 22:29:57 UTC 2010


On Tue, Mar 9, 2010 at 10:35 PM, sergio_101 <sergiolist at village-buzz.com>wrote:

> after using the one click experience, i found that the image was
> missing some of the things i needed. (creature comforts, really)...
>
> so i installed and played with pharo, and it was totally what i needed..
>
> so now, i would like to install seaside, pier, magritte, etc.. but am
> not sure how to proceed.
>
> on the seaside site, you can make an image to install with monticello,
> but it appears you can only make a 2.9 image..
>
> so then, i tried to use the developer image.. but i think i am missing
> something.. should i just drop that into the same directory as my
> pharo image?
>
>
If you download the latest Pharo image from the website there is a welcome
workspace that you can follow. There it shows you how to install Seaside.

Anyway, the easiest way is to use metacello configurations. Actually,
ConfigurationOfSeaside which loads seaside, pier, magritte, etc.

Evaluate:

(Smalltalk at: #Gofer) new
    squeaksource: 'MetacelloRepository';
    package: 'ConfigurationOfSeaside';
    load.

Then, look  ConfigurationOfSeaside  >> workspace

for help...you can notice that you can evaluate for example:

ConfigurationOfSeaside project latestVersion load: 'Seaside 2.8'.

or ConfigurationOfSeaside project latestVersion load: #( 'Seaside 2.8'
'Magritte' 'Pier' ).

or ConfigurationOfSeaside project latestVersion load: 'Seaside 3.0'.

or whatever you want...

Cheers

Mariano





> thanks!
>
> --
>
> ----
> peace,
> sergio
> photographer, journalist, visionary
>
> http://www.coffee-black.com
> http://www.painlessfrugality.com
> http://www.twitter.com/sergio_101
> http://www.facebook.com/sergio101
> _______________________________________________
> seaside mailing list
> seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/seaside/attachments/20100309/f55f57ed/attachment.htm


More information about the seaside mailing list