<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><meta content="text/html;charset=UTF-8" http-equiv="Content-Type"></head><body ><div style='font-size:10pt;font-family:Verdana,Arial,Helvetica,sans-serif;'>I am coding in it now.<div><br></div><div>Here are my notes:</div><div><br></div><div><br><blockquote style="border: 1px solid rgb(204, 204, 204); padding: 7px; background-color: rgb(245, 245, 245);"><div>Installer gemsource</div><div>    project: 'metacello';</div><div>    addPackage: 'ConfigurationOfMetacello';</div><div>    install.</div><div><br></div><div>"Bootstrap Metacello Preview, using mcz files (#'previewBootstrap' symbolic version"</div><div>((Smalltalk at: #ConfigurationOfMetacello) project </div><div>  version: #'previewBootstrap') load.</div><div><br></div><div>"Load the Preview version of Metacello from GitHub"</div><div>(Smalltalk at: #Metacello) new</div><div>  configuration: 'MetacelloPreview';</div><div>  version: #stable;</div><div>  repository: 'github://Metacello/metacello:configuration';</div><div>  load.</div><div><br></div><div>"Now load latest version of Metacello"</div><div>(Smalltalk at: #Metacello) new</div><div>  baseline: 'Metacello';</div><div>  repository: 'github://Metacello/metacello:master/repository';</div><div>  get.</div><div>(Smalltalk at: #Metacello) new</div><div>  baseline: 'Metacello';</div><div>  repository: 'github://Metacello/metacello:master/repository';</div><div>  load.</div><div><br></div><div><br></div><div>Metacello new</div><div>    configuration: 'Seaside3';</div><div>    repository: 'http://www.smalltalkhub.com/mc/Seaside/MetacelloConfigurations/main';</div><div>    version: #stable;</div><div>    load: 'OneClick'.</div><div><br></div><div>Metacello new</div><div> baseline:'Bootstrap';</div><div> repository: 'github://astares/Seaside-Bootstrap:master/src';</div><div> load </div></blockquote><br><br><div class="zmail_extra"><div id="1"><br>---- On Wed, 21 Feb 2018 06:30:07 -0500 <b>Vaidotas Didžbalis <vaidasd@gmail.com></b> wrote ---- <br></div><blockquote style="border-left: 1px solid #0000FF;padding-left: 6px; margin: 0 0 0 5px"><div><div dir="ltr"><div>Hello, <br>Please advise, is it still possible to load Seaside these days? I cleared cache used v5.1 stock image and the script bellow fails on step #3, log attached. <br>Thank you.<br></div>Vaidotas<br><div><br><br>Installer gemsource<br>    project: 'metacello';<br>    addPackage: 'ConfigurationOfMetacello';<br>    install.<br><br>((Smalltalk at: #ConfigurationOfMetacello) project<br>  version: #'previewBootstrap') load.<br>    <br><br>(Smalltalk at: #Metacello) new<br>    configuration: 'Seaside3';<br>    repository: '<a href="http://www.smalltalkhub.com/mc/Seaside/MetacelloConfigurations/main" target="_blank">http://www.smalltalkhub.com/mc/Seaside/MetacelloConfigurations/main</a>';<br>    version: #stable;<br>    load: 'OneClick'.<br></div></div> <br></div></blockquote><br></div><br></div></div><br></body></html>