..and after all is loaded do:<br><br>&quot;Register Pier2 on Seaside&quot;<br>PRPierFrame registerAsApplication: &#39;pier&#39; kernel: (PRKernel 
instanceNamed: &#39;pier&#39;)<br><br>&quot;Start Comanche server&quot;<br>WAComancheAdaptor startOn: 8080.<br><br>Successfully tested with updated-to-now Squeak4.2-10160-alpha image.<br><br>Nikolay<br><br><div class="gmail_quote">

On Wed, Jul 21, 2010 at 10:11 AM, Tobias Pape <span dir="ltr">&lt;<a href="mailto:Das.Linux@gmx.de">Das.Linux@gmx.de</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

Hi,<br>
<br>
I would like to have that a tiny bit more concise:<br>
<br>
<br>
Am 2010-07-21 um 07:47 schrieb Nikolay Suslov:<br>
<div class="im"><br>
&gt; Hello,<br>
&gt;<br>
&gt; This should work for loading Seaside3 | Magritte2 | Pier2 into Squeak 4.1 image.<br>
&gt; In Workspace:<br>
&gt;<br>
&gt; &quot;1. Load Metacello&quot;<br>
&gt;<br>
&gt; (Installer repository:   &#39;<a href="http://www.squeaksource.com/MetacelloRepository" target="_blank">http://www.squeaksource.com/MetacelloRepository</a>&#39;)<br>
&gt;         install: &#39;ConfigurationOfMetacello&#39;.<br>
&gt; (Smalltalk at: #ConfigurationOfMetacello) perform: #loadLatestVersion.<br>
<br>
</div>Metacello is kept recent by any of the following loads, thus, not needed<br>
explicitely.<br>
<div class="im"><br>
<br>
&gt;<br>
&gt; &quot;2. Load Seaside3&quot;<br>
&gt;<br>
&gt; (Installer repository:<br>
&gt;     &#39;<a href="http://www.squeaksource.com/MetacelloRepository" target="_blank">http://www.squeaksource.com/MetacelloRepository</a>&#39;)<br>
&gt;         install: &#39;ConfigurationOfSeaside30&#39;.<br>
&gt;  (Smalltalk at: #ConfigurationOfSeaside30) perform: #load.<br>
<br>
</div>Installer squeaksource<br>
        poroject: &#39;MetacelloRepository&#39;;<br>
        install: &#39;ConfigurationOfSeaside30&#39;.<br>
<br>
Thus, this is not having to put in an URL.<br>
Don&#39;t know, but it feels more smalltalkish to me.<br>
<div class="im"><br>
&gt;<br>
&gt; &quot;3. Load Magritte2&quot;<br>
&gt;<br>
&gt; (Installer repository:<br>
&gt;     &#39;<a href="http://www.squeaksource.com/MetacelloRepository" target="_blank">http://www.squeaksource.com/MetacelloRepository</a>&#39;)<br>
&gt;         install: &#39;ConfigurationOfMagritte2&#39;.<br>
&gt;  (Smalltalk at: #ConfigurationOfMagritte2) perform: #load.<br>
<br>
</div>idem.<br>
<div class="im"><br>
&gt;<br>
&gt; &quot;4. Load Pier2&quot;<br>
&gt;<br>
&gt; (Installer repository:<br>
&gt;     &#39;<a href="http://www.squeaksource.com/MetacelloRepository" target="_blank">http://www.squeaksource.com/MetacelloRepository</a>&#39;)<br>
&gt;         install: &#39;ConfigurationOfPier2&#39;.<br>
&gt;  (Smalltalk at: #ConfigurationOfPier2) perform: #load.<br>
<br>
</div>idem.<br>
<br>
<br>
so long,<br>
<font color="#888888">        -Tobias<br>
</font></blockquote></div><br>