[Seaside] Re: Seaside and squeak

German Arduino gsa at softhome.net
Wed Mar 9 10:42:13 CET 2005


Kadam, Sal wrote:
> Is seaside working with squeak 3.7.
> 
> What are all the packages/modules I need to get it up and running.
> 

With Squeak 3.7 and Komanche as web server you need to follow the next 
steps:

1. In SqueakMap Package Loader, execute "upgrade all" responding "yes" 
to the question about Monticello install.
2. Install DynamicBindings.
3. Install KomServices.
4. Install KomHttpServer (Respond "no" to Monticello dependencies question).
6. Install Seaside.
5. Run KomHttpServer tests (see package description).

If want to use Swazoo instead of Komanche, then the the steps are the nexts:

1. Install Seaside.
2. Install Swazoo-HTTP.
3. Install Swazoo-Listener.
4. To start (from Squeal image), evaluate:
    'SwazooSeaside startOn: 8000' being 8000 the desired port number.

To access Seaside config, from a browser point:	
http://localhost:8000/config.

HTH.
gsa.



More information about the Seaside mailing list