<br><br><div class="gmail_quote">On Tue, Mar 9, 2010 at 10:35 PM, sergio_101 <span dir="ltr">&lt;<a href="mailto:sergiolist@village-buzz.com">sergiolist@village-buzz.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
after using the one click experience, i found that the image was<br>
missing some of the things i needed. (creature comforts, really)...<br>
<br>
so i installed and played with pharo, and it was totally what i needed..<br>
<br>
so now, i would like to install seaside, pier, magritte, etc.. but am<br>
not sure how to proceed.<br>
<br>
on the seaside site, you can make an image to install with monticello,<br>
but it appears you can only make a 2.9 image..<br>
<br>
so then, i tried to use the developer image.. but i think i am missing<br>
something.. should i just drop that into the same directory as my<br>
pharo image?<br>
<br></blockquote><div><br>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. <br><br>Anyway, the easiest way is to use metacello configurations. Actually, ConfigurationOfSeaside which loads seaside, pier, magritte, etc. <br>
<br>Evaluate:<br><br>(Smalltalk at: #Gofer) new<br>    squeaksource: &#39;MetacelloRepository&#39;;<br>    package: &#39;ConfigurationOfSeaside&#39;;<br>    load.<br><br>Then, look  ConfigurationOfSeaside  &gt;&gt; workspace <br>
<br>for help...you can notice that you can evaluate for example:<br><br>ConfigurationOfSeaside project latestVersion load: &#39;Seaside 2.8&#39;.<br><br>or ConfigurationOfSeaside project latestVersion load: #( &#39;Seaside 2.8&#39; &#39;Magritte&#39; &#39;Pier&#39; ).<br>
<br>or ConfigurationOfSeaside project latestVersion load: &#39;Seaside 3.0&#39;.<br><br>or whatever you want...<br><br>Cheers<br><br>Mariano<br>
<br><br><br> </div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
thanks!<br>
<br>
--<br>
<br>
----<br>
peace,<br>
sergio<br>
photographer, journalist, visionary<br>
<br>
<a href="http://www.coffee-black.com" target="_blank">http://www.coffee-black.com</a><br>
<a href="http://www.painlessfrugality.com" target="_blank">http://www.painlessfrugality.com</a><br>
<a href="http://www.twitter.com/sergio_101" target="_blank">http://www.twitter.com/sergio_101</a><br>
<a href="http://www.facebook.com/sergio101" target="_blank">http://www.facebook.com/sergio101</a><br>
_______________________________________________<br>
seaside mailing list<br>
<a href="mailto:seaside@lists.squeakfoundation.org">seaside@lists.squeakfoundation.org</a><br>
<a href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside" target="_blank">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a><br>
</blockquote></div><br>