Sven Van Caekenberghe-2 wrote
Great work, Gabriel, thanks for sharing. I have yet to look at what you did in detail, but what is your pending issue exactly, because I don't understand "the staless image". Could you elaborate ?
Sven
Thanks!!! Ja!, I wanted to say "stateless":eliminate the possibility of modify the state of the image once it is in production. That I did was downloaded the minimal image of Pharo, I faced with some issues to load my application using filetree or github. I found the solution just loading through Monticello the missing dependecies that Metacello needed to use filetree and github repositories. I delivered an application to a final user just using the minimal image and it is working. My idea is to prepare a minimal image with every tool for load code:Monticello,Metacello suporting all types of repositories (filetree,github,gitbucket, gitlab,...etc),...etc. Then, when my application is loaded, unload those tools and disable the command line handlers (if is posible), and eliminate all unnecessary files like changes and sources ( thank you <http://forum.world.st/How-to-deploy-headless-app-without-changes-and-source-...> ). Gabriel -- Sent from: http://forum.world.st/Pharo-Smalltalk-Developers-f1294837.html