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 2018
Last updated at 8:05 pm UTC on 10 November 2018
Seaside Repository: https://github.com/SeasideSt/Seaside

Load script in Squeakmap entry 3.2.2 for Squeak 5.2

Installer ensureRecentMetacello.

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

(Installer ss3 project: 'WebClient')
        install: 'WebClient-Seaside-Adaptor'.

"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.


 GRPlatform current seasideVersion greaseString  '3.2.2'

Tests in 5.2 release image (32 bit Linux)


Tests in 5.2 release image (32 bit OS X 10.10.5)