Hi, I am looking for a minimal pharo image. Does anyone know how much file space I need for a minimal image with smalltalk servlets and http at least, or even Seaside ? Annick Fron
On Dec 20, 2010, at 3:20 AM, Annick Fron wrote:
Hi,
I am looking for a minimal pharo image. Does anyone know how much file space I need for a minimal image with smalltalk servlets and http at least, or even Seaside ?
Annick Fron
I don't know the answer to that. You can download the PharoCore image from http://pharo-project.org/pharo-download and install the packages you need. Pat
Hi Annick. You should know also that there is a lot of work arround pharo for having smaller images than Pharo kernel. The project is known as Seed, and Nicolas (cc'ed) may have someting else to say. Here I paste some slides: here <http://www.box.net/shared/mts4falj0h> Video: Seed project: The challenge of creating a Smalltalk kernel<http://www.fast.org.ar/smalltalks2010?_s=9ysAkhU9bp6j6bdh&_k=C_MQUCkj&22> cheers mariano On Tue, Dec 21, 2010 at 10:43 PM, Pat Maddox <patmaddox@me.com> wrote:
On Dec 20, 2010, at 3:20 AM, Annick Fron wrote:
Hi,
I am looking for a minimal pharo image. Does anyone know how much file space I need for a minimal image with smalltalk servlets and http at least, or even Seaside ?
Annick Fron
I don't know the answer to that. You can download the PharoCore image from http://pharo-project.org/pharo-download and install the packages you need.
Pat
Hi, thank you to all, I have fever those days, I will have a look in January. My best wishes for 2011 ! Le 21 déc. 2010 à 23:47, Mariano Martinez Peck a écrit :
Hi Annick. You should know also that there is a lot of work arround pharo for having smaller images than Pharo kernel.
The project is known as Seed, and Nicolas (cc'ed) may have someting else to say.
Here I paste some slides: here
Video: Seed project: The challenge of creating a Smalltalk kernel
cheers
mariano
On Tue, Dec 21, 2010 at 10:43 PM, Pat Maddox <patmaddox@me.com> wrote: On Dec 20, 2010, at 3:20 AM, Annick Fron wrote:
Hi,
I am looking for a minimal pharo image. Does anyone know how much file space I need for a minimal image with smalltalk servlets and http at least, or even Seaside ?
Annick Fron
I don't know the answer to that. You can download the PharoCore image from http://pharo-project.org/pharo-download and install the packages you need.
Pat
Hi Annick, You may also want to try ScriptLoader new cleanUpForProduction; cleanUpForRelease This shrinks a 1.0/1.1 image to 7MB or less IIRC (don't know the size for the current 1.2). Cheers, Adrian On Dec 22, 2010, at 12:39 , Annick Fron wrote:
Hi, thank you to all,
I have fever those days, I will have a look in January.
My best wishes for 2011 !
Le 21 déc. 2010 à 23:47, Mariano Martinez Peck a écrit :
Hi Annick. You should know also that there is a lot of work arround pharo for having smaller images than Pharo kernel.
The project is known as Seed, and Nicolas (cc'ed) may have someting else to say.
Here I paste some slides: here
Video: Seed project: The challenge of creating a Smalltalk kernel
cheers
mariano
On Tue, Dec 21, 2010 at 10:43 PM, Pat Maddox <patmaddox@me.com> wrote: On Dec 20, 2010, at 3:20 AM, Annick Fron wrote:
Hi,
I am looking for a minimal pharo image. Does anyone know how much file space I need for a minimal image with smalltalk servlets and http at least, or even Seaside ?
Annick Fron
I don't know the answer to that. You can download the PharoCore image from http://pharo-project.org/pharo-download and install the packages you need.
Pat
participants (4)
-
Adrian Lienhard -
Annick Fron -
Mariano Martinez Peck -
Pat Maddox