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?
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.