Today I published a new version of the Amazon EC2 image with Smalltalk and Seaside. The third version contains the following software: Ubuntu Server 32bit 10.04 LTS (release 2010-09-23) Apache HTTP Server 2.2 SqueakVM 4.0.3.2202 Unix VM PharoCore 1.1.1 Seaside 3.0 The AMI identification: ami-c2fe0aab The update to the Ubuntu server makes it easier to [...]
Posted tagged ‘seaside’
EC2 AMI with Smalltalk and Seaside: Update 3
October 10, 2010Creating a Seaside runtime image with Pharo
September 8, 2010For the ec2 machine image with Seaside I prepared an image with only the runtime packages of Seaside. The image was based on PharoCore 1.1. This is the core Pharo image without development tools and extra libraries. The Seaside development tools can be very convenient during development but in a production environment they can be [...]
A new public EC2 AMI with Smalltalk and Seaside
August 29, 2010This weekend I created a public Amazon Machine Image (AMI) setup as a Smalltalk web server with a Linux SqueakVM, a Pharo 1.1 Smalltalk image and the Apache2 web server. Anyone can use this AMI as a robust and scalable runtime platform for their Seaside applications. In this article I will try to explain how [...]
Uploading to an Amazon S3 Bucket from Seaside
February 18, 2009The Cloudfork repository on Squeaksource contains a package named Cloudfork-S3Upload. This package contains a Seaside component that shows how you can let a web user upload data directly to a S3 bucket. The Seaside component uses the AWS POST feature to implement this. An advantage of this approach is that the data goes directly to [...]