Re: [Pharo-project] Universes and Installer?
Stef, That explains a lot. The Seaside installation was/is helpful, but otherwise I will try to forget it exists. Bill Wilhelm K. Schwab, Ph.D. University of Florida Department of Anesthesiology PO Box 100254 Gainesville, FL 32610-0254 Email: bschwab@anest.ufl.edu Tel: (352) 273-6785 FAX: (352) 392-7029
stephane.ducasse@inria.fr 12/22/08 1:47 PM >>> Scriptloader is our internal code to publish release. It is not for public consumption. It works well but only for us. For the rest we should Installer and I'm waiting damien to write some text on Sake and Packages so that I finally understand them.
Stef On Dec 22, 2008, at 5:09 PM, Bill Schwab wrote:
It makes a lot of sense to use MC, universes, etc. rather than re- write them; no argument there. Would it help to roll ScriptLoader into Installer? Installer _looks_ to me as though it tries to be a much-needed facade over the various options for sharing code. The problem is complex, so must be the solution, but I think it would help to have a single entry point even if it is merely a facade.
Bill aka Confused Smalltalker :)
Wilhelm K. Schwab, Ph.D. University of Florida Department of Anesthesiology PO Box 100254 Gainesville, FL 32610-0254
Email: bschwab@anest.ufl.edu Tel: (352) 273-6785 FAX: (352) 392-7029
alexandre@bergel.eu 12/22/08 10:39 AM >>> Works. Thanks!
Alexandre
On 22 Dec 2008, at 12:26, Damien Cassou wrote:
On Mon, Dec 22, 2008 at 4:18 PM, Alexandre Bergel <Alexandre.Bergel@inria.fr> wrote:
If I execute "Installer universe" in a workspace, an error "Universes code not present" is signaled . Does this mean that only a subset of Installer is present in Pharo- Core?
No, you have the complete Installer package. However, Installer needs some back-ends. Depending on what you want to, you will need SqueakMap, Monticello, Sake and Universes.
On the Installer squeaksource repository there is a package Universes. It looks like to be the right candidate. However, some extensions on StringSocket need to be present. I do not know where to get them from.
You could use the dev images but I guess you won't do it. So, just execute:
ScriptLoader new installingUniverse
http://www.squeaksource.com/Installer.html does not say much on this. Keith? Do I miss something?
-- Damien Cassou http://damiencassou.seasidehosting.st
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
participants (1)
-
Bill Schwab