Postgres database connection pool in Seaside, part 1.

|

Installation

  1. I will use Ramón Leon's Squeak image. It has a customized UI, much better than the default Squeak interface and comes with all we need ( Postgres access, Glorp, Seaside ).

  2. Download and install the corresponding Squeak version for that image (check León's page).

  3. Launch the Squeak image.

  4. If you are on OSX change the port change the port SSKom port to some number greater than 1024, like: SSKom startOn: 9091 and execute ('Do it') that line.

Now you have Seaside running from that image and we can begin writing some code.

seasidesskomstart.png

Categories