[squeak-dev] Re: Seaside Installation Instructions

Jeroen van Hilst jeroen at keizerrijk.net
Thu Dec 3 23:56:23 UTC 2009


Thanks for the instructions - they helped!

Chris Cunnington wrote:
> Seaside Installation Instructions

> 
> Installing 2.8.3
> 
>  
>    2. Click on the +Repository button. Select HTTP. You will see a
>       template. We need to change something there. Replace
>       http://foo.com/bar with http://www.squeaksource.com/HttpKomServer.
>       Press Accept. Before we install Seaside, we need to install a
>       server that Seaside will use.

The address should be:

http://www.squeaksource.com/KomHttpServer

The rest works fine.

I've made an Installer script for it
(tested 4 Dec 2009 on a squeak 3.10.2-7179-basic.image from a Mac):


squeaksource := Installer repository: 'http://www.squeaksource.com'.

squeaksource project: 'KomHttpServer'.
squeaksource install: 'DynamicBindings'.
squeaksource install: 'KomServices'.
squeaksource install: 'KomHttpServer'.

squeaksource project: 'Seaside'.
squeaksource install: 'Seaside2.8a1'.

"Start server"
WAKom startOn: 8080.

"Stop Server"
WAKom stop.


Thanks again and keep up the good work.

	- Jeroen
	(the shy squeak evangelist)





More information about the Squeak-dev mailing list