KernelImage with Seaside and REPL Server

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

KernelImage with Seaside and REPL Server

keith1y
Putting Installer through its paces.

0. Begin with KernelImage-7067.image
1. (FileStream readOnlyFileNamed: 'Network.st') fileIn.
2. (HTTPSocket httpGet: 'squeak.warwick.st/Installer.st') fileIn.
3. Installer installUrl: 'wiki.squeak.org/KernelLoadHeadlessSeasideServer'.

The result can be seen in http://squeak.warwick.st/pr_kernelimages/

The image size is 5.7Mb

best regards

Keith