Seaside on AWS

5 messages Options
Embed this post
Permalink
Esteban A. Maringolo

Seaside on AWS

Reply Threaded More More options
Print post
Permalink
Hi,

Is anybody here using Seaside with any of the Amazon Web Services?
(EC2, S3, SimpleDB, etc).

Best regards,

--
Esteban A. Maringolo
[hidden email]
_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
pshouse

Re: Seaside on AWS

Reply Threaded More More options
Print post
Permalink
Here's a proof of concept implementation of Seaside on Amazon Ec2:

http://ec2-67-202-37-186.compute-1.amazonaws.com/seaside

It's using the Seaside One-click Experience running behind Apache on a single instance.

Esteban A. Maringolo wrote:
Hi,

Is anybody here using Seaside with any of the Amazon Web Services?
(EC2, S3, SimpleDB, etc).

Best regards,

--
Esteban A. Maringolo
eMaringolo@gmail.com
_______________________________________________
seaside mailing list
seaside@lists.squeakfoundation.org
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Avi Bryant-2

Re: Seaside on AWS

Reply Threaded More More options
Print post
Permalink
Neat, can you publish that AMI?

Avi

On 12/27/07, pshouse <[hidden email]> wrote:

>
> Here's a proof of concept implementation of Seaside on Amazon Ec2:
>
> http://ec2-67-202-37-186.compute-1.amazonaws.com/seaside
>
> It's using the Seaside One-click Experience running behind Apache on a
> single instance.
>
>
> Esteban A. Maringolo wrote:
> >
> > Hi,
> >
> > Is anybody here using Seaside with any of the Amazon Web Services?
> > (EC2, S3, SimpleDB, etc).
> >
> > Best regards,
> >
> > --
> > Esteban A. Maringolo
> > [hidden email]
> > _______________________________________________
> > seaside mailing list
> > [hidden email]
> > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
> >
> >
>
> --
> View this message in context: http://www.nabble.com/Seaside-on-AWS-tp14508127p14520837.html
> Sent from the Squeak - Seaside mailing list archive at Nabble.com.
>
> _______________________________________________
> seaside mailing list
> [hidden email]
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>
_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
pshouse

Re: Seaside on AWS

Reply Threaded More More options
Print post
Permalink
In reply to this post by Esteban A. Maringolo
I just threw this together in a couple of hours. So, there's no permanent storage (for example backup to S/3), no dynamic IP, and no HA/scaling solutions yet.  Heh . . I haven't even bundled as a new AMI yet!  But I can do.  Let me know, if you're still interested.

Esteban A. Maringolo wrote:
Hi,

Is anybody here using Seaside with any of the Amazon Web Services?
(EC2, S3, SimpleDB, etc).

Best regards,

--
Esteban A. Maringolo
eMaringolo@gmail.com
_______________________________________________
seaside mailing list
seaside@lists.squeakfoundation.org
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
IndyVJ

Re: Seaside on AWS

Reply Threaded More More options
Print post
Permalink
I would love it if you would post your work as an AMI. I am interested in experimenting with Seaside on AWS and a starting point would be very helpful!

All the best,
Vijay Rudraraju

pshouse wrote:
I just threw this together in a couple of hours. So, there's no permanent storage (for example backup to S/3), no dynamic IP, and no HA/scaling solutions yet.  Heh . . I haven't even bundled as a new AMI yet!  But I can do.  Let me know, if you're still interested.