<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><pre style="widows: 1; background-color: rgb(255, 255, 255);" class="">Hi Fabio, </pre><pre style="widows: 1; background-color: rgb(255, 255, 255);" class="">Not that I don’t think I’m a genius and everything, but are you sure that’s what you want to do? The quick load now installs Seaside2.8, which I think is great, but may not be what everybody wants. I’m guessing the conventional thinking would be that the first Seaside people encounter ought to be Seaside3. You may want to ask Tobias Pape (cc’d above) about this and about Seaside3 Metacello scripts. If he could add a server with an adaptor subclass to this Metacello script [1], that may be what you want. I’m not partial to Seaside3, but you may be, and the Seaside community may be, happier with their latest, best work, as opposed to my personal preferences. (Added to which I’m using Seaside2.8 in a quest to emulate some work by <a href="http://netstyle.ch" class="">netstyle.ch</a> related to systemd.)</pre><pre style="widows: 1; background-color: rgb(255, 255, 255);" class="">Chris </pre><pre style="widows: 1; background-color: rgb(255, 255, 255);" class=""><br class=""></pre><pre style="widows: 1; background-color: rgb(255, 255, 255);" class="">[1] </pre><pre style="widows: 1; background-color: rgb(255, 255, 255);" class="">Installer squeaksource
    project: 'MetacelloRepository';
    install: 'ConfigurationOfMetacello'. 
(Smalltalk at: #ConfigurationOfMetacello) perform: #load.

Installer squeaksource
  <span class="Apple-tab-span" style="white-space:pre">        </span>project: 'MetacelloRepository';
   <span class="Apple-tab-span" style="white-space:pre">        </span>install: 'ConfigurationOfSeaside3'.
(Smalltalk at: #ConfigurationOfSeaside3) load.</pre><pre style="widows: 1; background-color: rgb(255, 255, 255);" class=""><br class=""></pre><pre style="widows: 1; background-color: rgb(255, 255, 255);" class="">&gt;Hi Chris,

&gt;Thank you for your note.
&gt;I have updated the quick install script on the Projects page accordingly:
&gt;<a href="http://squeak.org/projects/#seaside" class="">http://squeak.org/projects/#seaside</a>

&gt;Best regards,
&gt;Fabio

&gt;--

&gt;On Thu, Aug 6, 2015 at 1:06 AM Chris Cunnington &lt;<a href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/squeak-dev" class="">brasspen at gmail.com</a>&gt; wrote:

&gt;<i class=""> This is a script to load Seaside2.8 into 64-bit Squeak (and will work on
</i>&gt;<i class=""> 32-bit as I just did on the 4.6 All-In-One). The Projects page has a
</i>&gt;<i class=""> Seaside3 Metacello script which I find incomplete as it includes no server,
</i>&gt;<i class=""> no subclass of the Seaside adaptor class and does not present the server
</i>&gt;<i class=""> control panel on the World or in the menu.
</i>&gt;<i class="">
</i>&gt;<i class=""> Chris
</i>&gt;<i class="">
</i>&gt;<i class="">
</i>&gt;<i class=""> [1]
</i>&gt;<i class="">
</i>&gt;<i class="">
</i>&gt;<i class="">         Installer ss
</i>&gt;<i class="">         project: 'KomHttpServer';
</i>&gt;<i class="">         install: 'KomServices-lr.21';
</i>&gt;<i class="">         install: 'DynamicBindings-lr.1';
</i>&gt;<i class="">         install: 'KomHttpServer-DwightManhertz.67'.
</i>&gt;<i class="">
</i>&gt;<i class=""> (Installer ss3)
</i>&gt;<i class="">         project: 'SeasideLemon';
</i>&gt;<i class="">         install: 'Seaside2'.
</i>&gt;<i class="">
</i>&gt;<i class="">
</i>&gt;<i class="">         WAKom start: 9666
</i>&gt;</pre><div class=""><br class=""></div></body></html>