[Seaside] pharo installing seaside 2.8.4

Dale Henrichs dale.henrichs at gemstone.com
Tue Mar 9 22:31:10 UTC 2010


Sergio,

In your favorite Pharo image (with all of your goodies loaded:), you can try:

  Gofer new
    squeaksource: 'MetacelloRepository';
    package: 'ConfigurationOfSeaside';
    load.

  ((Smalltalk at: #ConfigurationOfSeaside) project version: '1.0.3')
    load: #( 'Seaside 2.8' 'Magritte' 'Pier' 'Pier AddOns' ).

It loads the latest version of Seaside2.8, Magritte and Pier (as of March 1st). If you want to include the Magritte and Pier tests use this expression expression instead:

  ((Smalltalk at: #ConfigurationOfSeaside) project version: '1.0.3')
    load: #( 'Seaside 2.8' 'Magritte Tests' 'Pier Tests' 'Pier AddOns' ).

Dale

----- "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?
| 
| 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


More information about the seaside mailing list