Which image should I use to deploy Seaside 3.0 with Pharo 1.4?

I developed the Seaside 3.0 application in Pharo 1.4 and want to deploy it to Linode.

What (small) image does my application load for this purpose? And How?

I found Project Pharo Kernel 1.4 Seaside on the Pharo Jenkins server, but as it seems without a graphical user interface, I don’t know how to load my application into it and how to configure Seaside. Is it helpful to use this image? How do I configure it?

+5
source share
1 answer

I think the best thing you can do is to take a regular β€œ1.4 summer” image and execute.

ScriptLoader new cleanUpForProduction. 

This will give you a perfect 9 m working image.

+7
source

All Articles