Minimal image for deployment?

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

Minimal image for deployment?

AA-2
How does one go about building a minimal image for deployment?  The Seaside book (Chapter 23.1) advises removing unnecessary packages - but there are a HUGE number of packages in the default Seaside 3 image.  Surely it's more efficient to add than subtract?  I've been using this page: http://code.google.com/p/seaside/wiki/LoadOrder as a guide.

Also, what happened to the Seasider 'builder' that was on seaside.st a few months back?  Obviously there was a good reason it was taken offline, but it was a great idea!

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

Re: Minimal image for deployment?

Lukas Renggli
You can use Metacello to use a minimal configuration.

Lukas

On 23 November 2010 17:46, AA <[hidden email]> wrote:

> How does one go about building a minimal image for deployment?  The Seaside book (Chapter 23.1) advises removing unnecessary packages - but there are a HUGE number of packages in the default Seaside 3 image.  Surely it's more efficient to add than subtract?  I've been using this page: http://code.google.com/p/seaside/wiki/LoadOrder as a guide.
>
> Also, what happened to the Seasider 'builder' that was on seaside.st a few months back?  Obviously there was a good reason it was taken offline, but it was a great idea!
>
> Amir
> _______________________________________________
> seaside mailing list
> [hidden email]
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>



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

Re: Minimal image for deployment?

Mariano Martinez Peck


On Tue, Nov 23, 2010 at 9:13 PM, Lukas Renggli <[hidden email]> wrote:
You can use Metacello to use a minimal configuration.

Yes, take a PharoCore image, then load what you need with Metacello confiugurations and finally execute "ScriptLoader new cleanUpForProduction"

Cheers

Mariano


Lukas

On 23 November 2010 17:46, AA <[hidden email]> wrote:
> How does one go about building a minimal image for deployment?  The Seaside book (Chapter 23.1) advises removing unnecessary packages - but there are a HUGE number of packages in the default Seaside 3 image.  Surely it's more efficient to add than subtract?  I've been using this page: http://code.google.com/p/seaside/wiki/LoadOrder as a guide.
>
> Also, what happened to the Seasider 'builder' that was on seaside.st a few months back?  Obviously there was a good reason it was taken offline, but it was a great idea!
>
> Amir
> _______________________________________________
> seaside mailing list
> [hidden email]
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>



--
Lukas Renggli
www.lukas-renggli.ch
_______________________________________________
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: Minimal image for deployment?

Philippe Marschall
In reply to this post by Lukas Renggli
2010/11/23 Lukas Renggli <[hidden email]>:
> You can use Metacello to use a minimal configuration.

Or if you want to go all the way, you can look at our load scripts [1]

 [1] https://github.com/renggli/builder/tree/master/scripts/

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