Squeak
  links to this page:    
View this PageEdit this PageUploads to this PageHistory of this PageTop of the SwikiRecent ChangesSearch the SwikiHelp Guide
Seaside Status November 2023
Last updated at 12:34 am UTC on 5 November 2023
Seaside Repository: https://github.com/SeasideSt/Seaside

Loading master branch of Seaside for Squeak 6.1

Installer ensureRecentMetacello.

(Smalltalk classNamed: #Metacello) new
baseline:'Seaside3';
repository: 'github://SeasideSt/Seaside:master/repository';
load.

As of November 4th 2023 there are a couple of issues (see the https://github.com/SeasideSt/Seaside page for issues) needing fixing to make this work cleanly.

"Optionally use the control panel to add adaptor, start and to set encoding"
"WAControlPanel open."

"do the above but without using the GUI"
((Smalltalk at: #WAWebServerAdaptor) port: 8080)
codec: ((Smalltalk at: #GRCodec) forEncoding: 'utf-8');
start.