Login  Register

Re: Deploying using the latest minimal image of Pharo (6.1)

Posted by Pavel Krivanek-3 on Nov 20, 2017; 7:54am
URL: https://forum.world.st/Deploying-using-the-latest-minimal-image-of-Pharo-6-1-tp5029737p5031716.html



2017-11-19 19:05 GMT+01:00 despotadesdibujau <[hidden email]>:
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.

In Pharo 7 most of them are already part of the the minimal (Metacello) image.

-- Pavel
 
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-files-td4949556.html>
).


Gabriel



--
Sent from: http://forum.world.st/Pharo-Smalltalk-Developers-f1294837.html