Hi Tim, you can base the your work on the bootstrapped image, see https://ci.inria.fr/pharo/view/7.0/job/70-Bootstrap-32bit/, file Pharo7.0-core-*.zip This image does not have a lot of basic components like Monticello or network but it has a compiler so the code can be imported as *.st files. Then we have Pharo7.0-monticello-*.zip which will be easier to use and probably can fit your needs. Monticello and network support are included. But you cannot use baselines nor configurations to load your code. -- Pavel 2017-07-14 9:59 GMT+02:00 Tim Mackinnon <tim@testit.works>:
Hi - buoyed by the success of a minimal image (thanks Pavel), I'm wondering if I can get even smaller.
There are lots of .so's in the vm which wouldn't make sense on a server once deployed - sound, maybe libgit ...
Is there a list of the essential ones, or tips on what I can strip out of the Linux deployment? I also recall that i can leave out .sources and .changes as well right?
Tim
Sent from my iPhone