Deploying Seaside: A tutorial

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

Deploying Seaside: A tutorial

Miguel Cobá
I have to written a tutorial about deploying Seaside applications to
production servers. The tutorial uses a simple application to test a
setup with following components:

Debian GNU/Linux
lighttpd
Magma server
Magma seasideHelper
Seaside 2.8
PharoCore

You can find the tutorial here:

http://miguel.leugim.com.mx/index.php/2009/09/18/deploying-seaside-applications/
http://miguel.leugim.com.mx/index.php/2009/09/22/deploying-seaside-install-the-squeak-vm/
http://miguel.leugim.com.mx/index.php/2009/09/22/deploying-seaside-prepare-the-images/
http://miguel.leugim.com.mx/index.php/2009/09/22/deploying-seaside-populate-directories/
http://miguel.leugim.com.mx/index.php/2009/09/22/deploying-seaside-configuring-the-webserver/

Hopefully this will add to the collective knowledge and will answer some
questions we all have had with respect to deploying Seaside.
There are a couple of post that I must write yet, the SeasideProxyTester
explanation and the load testing ones but you can have a fully
configured setup to try and adapt to your needs.

Critics and comments are welcome.

Cheers
--
Miguel Cobá
http://miguel.leugim.com.mx

_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: Deploying Seaside: A tutorial

Julian Fitzell-2
Hi Miguel,

I just took a quick look. It's excellent to see people documenting
their deployment setups.

Thanks for the thorough record of your process.

Julian

2009/9/23 Miguel Enrique Cobá Martinez <[hidden email]>:

> I have to written a tutorial about deploying Seaside applications to
> production servers. The tutorial uses a simple application to test a
> setup with following components:
>
> Debian GNU/Linux
> lighttpd
> Magma server
> Magma seasideHelper
> Seaside 2.8
> PharoCore
>
> You can find the tutorial here:
>
> http://miguel.leugim.com.mx/index.php/2009/09/18/deploying-seaside-applications/
> http://miguel.leugim.com.mx/index.php/2009/09/22/deploying-seaside-install-the-squeak-vm/
> http://miguel.leugim.com.mx/index.php/2009/09/22/deploying-seaside-prepare-the-images/
> http://miguel.leugim.com.mx/index.php/2009/09/22/deploying-seaside-populate-directories/
> http://miguel.leugim.com.mx/index.php/2009/09/22/deploying-seaside-configuring-the-webserver/
>
> Hopefully this will add to the collective knowledge and will answer some
> questions we all have had with respect to deploying Seaside.
> There are a couple of post that I must write yet, the SeasideProxyTester
> explanation and the load testing ones but you can have a fully
> configured setup to try and adapt to your needs.
>
> Critics and comments are welcome.
>
> Cheers
> --
> Miguel Cobá
> http://miguel.leugim.com.mx
>
> _______________________________________________
> 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
Reply | Threaded
Open this post in threaded view
|

Re: Deploying Seaside: A tutorial

Miguel Cobá
El mar, 29-09-2009 a las 08:53 +0200, Julian Fitzell escribió:
> Hi Miguel,
>
> I just took a quick look. It's excellent to see people documenting
> their deployment setups.
>
> Thanks for the thorough record of your process.

Just my 2 cents.

>
> Julian
>
> 2009/9/23 Miguel Enrique Cobá Martinez <[hidden email]>:
> > I have to written a tutorial about deploying Seaside applications to
> > production servers. The tutorial uses a simple application to test a
> > setup with following components:
> >
> > Debian GNU/Linux
> > lighttpd
> > Magma server
> > Magma seasideHelper
> > Seaside 2.8
> > PharoCore
> >
> > You can find the tutorial here:
> >
> > http://miguel.leugim.com.mx/index.php/2009/09/18/deploying-seaside-applications/
> > http://miguel.leugim.com.mx/index.php/2009/09/22/deploying-seaside-install-the-squeak-vm/
> > http://miguel.leugim.com.mx/index.php/2009/09/22/deploying-seaside-prepare-the-images/
> > http://miguel.leugim.com.mx/index.php/2009/09/22/deploying-seaside-populate-directories/
> > http://miguel.leugim.com.mx/index.php/2009/09/22/deploying-seaside-configuring-the-webserver/
> >
> > Hopefully this will add to the collective knowledge and will answer some
> > questions we all have had with respect to deploying Seaside.
> > There are a couple of post that I must write yet, the SeasideProxyTester
> > explanation and the load testing ones but you can have a fully
> > configured setup to try and adapt to your needs.
> >
> > Critics and comments are welcome.
> >
> > Cheers
> > --
> > Miguel Cobá
> > http://miguel.leugim.com.mx
> >
> > _______________________________________________
> > 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
--
Miguel Cobá
http://miguel.leugim.com.mx

_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: Deploying Seaside: A tutorial

Miguel Cobá
In reply to this post by Miguel Cobá
El mié, 23-09-2009 a las 14:50 -0500, Miguel Enrique Cobá Martinez
escribió:

> I have to written a tutorial about deploying Seaside applications to
> production servers. The tutorial uses a simple application to test a
> setup with following components:
>
> Debian GNU/Linux
> lighttpd
> Magma server
> Magma seasideHelper
> Seaside 2.8
> PharoCore
>
> You can find the tutorial here:
>
> http://miguel.leugim.com.mx/index.php/2009/09/18/deploying-seaside-applications/
> http://miguel.leugim.com.mx/index.php/2009/09/22/deploying-seaside-install-the-squeak-vm/
> http://miguel.leugim.com.mx/index.php/2009/09/22/deploying-seaside-prepare-the-images/
> http://miguel.leugim.com.mx/index.php/2009/09/22/deploying-seaside-populate-directories/
> http://miguel.leugim.com.mx/index.php/2009/09/22/deploying-seaside-configuring-the-webserver/
>
> Hopefully this will add to the collective knowledge and will answer some
> questions we all have had with respect to deploying Seaside.
> There are a couple of post that I must write yet, the SeasideProxyTester
> explanation and the load testing ones but you can have a fully
> configured setup to try and adapt to your needs.
>
> Critics and comments are welcome.
>
> Cheers

Have added some post on load testing using JMeter:

http://miguel.leugim.com.mx/index.php/2009/10/01/deploying-seaside-load-testing-the-setup/

and using https for your application:

http://miguel.leugim.com.mx/index.php/2009/10/02/deploying-seaside-adding-ssl-to-your-site/

Cheers

--
Miguel Cobá
http://miguel.leugim.com.mx

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