[Pharo-project] automatic in stall
On a bare bone image (Without the class Installer), is it possible to install automatically Monticello package. On a -dev image I use to do: (Installer monticello http: 'http://www.squeaksource.com/repos' user: 'hlsf' password: 'xxx') install: 'paquage'. Hilaire -- http://blog.ofset.org/hilaire
It does not answer your question, but installing Installer is quite easy on Pharo: ScriptLoader new installingInstaller On Wed, Aug 13, 2008 at 10:59 PM, Hilaire Fernandes <hilaire@ofset.org> wrote:
On a bare bone image (Without the class Installer), is it possible to install automatically Monticello package.
On a -dev image I use to do:
(Installer monticello http: 'http://www.squeaksource.com/repos' user: 'hlsf' password: 'xxx') install: 'paquage'.
Hilaire -- http://blog.ofset.org/hilaire
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- Damien Cassou Peter von der Ahé: «I'm beginning to see why Gilad wished us good luck». (http://blogs.sun.com/ahe/entry/override_snafu)
I have to change the loader to get the lastest config file, since this version loads an old installer. Stef On Aug 16, 2008, at 11:13 AM, Damien Cassou wrote:
It does not answer your question, but installing Installer is quite easy on Pharo:
ScriptLoader new installingInstaller
On Wed, Aug 13, 2008 at 10:59 PM, Hilaire Fernandes <hilaire@ofset.org> wrote:
On a bare bone image (Without the class Installer), is it possible to install automatically Monticello package.
On a -dev image I use to do:
(Installer monticello http: 'http://www.squeaksource.com/repos' user: 'hlsf' password: 'xxx') install: 'paquage'.
Hilaire -- http://blog.ofset.org/hilaire
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- Damien Cassou Peter von der Ahé: «I'm beginning to see why Gilad wished us good luck». (http://blogs.sun.com/ahe/entry/override_snafu) _______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
participants (3)
-
Damien Cassou -
Hilaire Fernandes -
Stéphane Ducasse