My script for loading Seaside in Squeak 5.2

Tim Johnson <[email protected]>
Newsgroups gmane.comp.lang.smalltalk.squeak.seaside
Message-ID <[email protected]>
Hi all,

The following has been working reliably for me lately, for loading Seaside into Squeak 5.2:



Installer ensureRecentMetacello.

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"
(WAWebServerAdaptor port: 8080) 
	codec: (GRCodec forEncoding: 'utf-8'); 
	start.



Best,
Tim

_______________________________________________
seaside mailing list
[email protected]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.