Pharo Smalltalk

One-Click Experience

The Seaside One-Click Experience is the easiest way to get started with Seaside. The bundle contains a prepackaged version of Seaside for Mac OS X, Linux and Windows. If you are new to Seaside or Smalltalk we suggest to use this package. Download the zip-archive, extract it and double-click on the executable of your platform.

Seaside One-Click Experience 3.0RC (development) (37 MB)
Seaside One-Click Experience 2.8.4 (stable) (35 MB)

Ready-made Images

These ready-made images require a closure enabled Pharo VM to run. You can get the latest version for your platform from www.pharo-project.org.

Developer Images

  • Developer Image (Seaside 3.0RC)
    Pharo-1.1-11406-rc3dev10.07.1, Scriptaculous, jQuery, Magritte, Pier
  • Developer Image (Seaside 2.8.4)
    Pharo 0.1-10318, Scriptaculous, Magritte, Pier
  • Developer Image (Seaside 2.8.3)
    Squeak 3.9, Scriptaculous, Magritte, Pier

Mini Images

Manual Installation

  1. Download and launch a recent Pharo image.
  2. Open a Workspace and execute the following lines:
Gofer new
squeaksource: 'MetacelloRepository';
package: 'ConfigurationOfSeaside30';
load.
(Smalltalk at: #ConfigurationOfSeaside30) load.

Starting the Kom Web Server

  1. Evaluate WAKom startOn: 8080 in a Workspace.
  2. Point your browser to the Seaside configuration interface at http://localhost:8080/config.

Starting the Swazoo Web Server

  1. Evaluate SwazooSeaside startOn: 9090 in a Workspace.
  2. Point your browser to the Seaside configuration interface at http://localhost:9090/config.

Nightly Builds

The above images usually do not reflect latest development versions. You might want to manually update to a bleeding edge version available from http://www.squeaksource.com/Seaside30.html.

Experimental nightly builds are available from: