Running SeaSide in 3 easy steps

  1. Download and install Squeak.
  2. Click on the Squeak desktop and choose Open > SqueakMap Package Loader. Install the following packages in order: DynamicBindings, KomServices, KomHttpServer and Seaside.
  3. In Squeak drag a Workspace window from the tools Tab, type WAKom startOn: 9090 and run this code by selecting it and pressing Alt+d (on the Mac) or choosing “do it” from the mouse pop-up menu.

Now you should have a working SeaSide installation running on localhost:9090/seaside/config.

Check the SeaSide tutorial for a more in-depth look at SeaSide. You can customize Squeak to make it look less like a toy. Remember to save squeak before quiting or you lose your settings and installed packages.

admin