[squeak-dev] Re: Gofer versus Installer

Ken G. Brown kbrown at mac.com
Thu Dec 16 21:06:28 UTC 2010


At 3:24 PM -0500 12/16/10, Chris Cunnington apparently wrote:
>    Goofy new
>        squeaksource: 'KomHttpServer';
>        package: 'KomHttpServer';
>        load
>
>
>Selectors that may possibly have fallen through the cracks: #goferPriority; #versionNamed:
>
>Chris

Why do you need Goofy for that?

In the Installer docs From: <http://installer.pbworks.com/w/page/19997682/Installer>
--
Using #monticello (abbreviated form #mc)
 
Monticello repository options:
 
Installer monticello http: aUrl.
Installer monticello http: aUrl user: name password: secret.
Installer monticello directory: dir
Installer monticello ftp: host directory: dir user: name password: secret.
Installer monticello magma: host port: aport
Installer monticello goods: host port: aport.
Installer monticello directory: stringOrFileDirectory.
 
1) Typical Usage
 
Installer monticello http: 'http://www.squeaksource.com';
     project: 'Seaside';
     install: 'Comet-lr.8';
     install: 'Scriptaculous'.
2) To specify particular package versions/authors to load

Installer monticello http: 'http://www.squeaksource.com';

     project: 'Seaside';
     install: #('Comet-lr' 'Comet-pmm'); "either of these"
     install: 'Scriptaculous-lr.148'. "specific version"
3) When user/password is required
 
Installer monticello http: 'http://www.squeaksource.com';
     user: 'me'; password: 'asecret';
     install: 'something'.
4) Abbreviated instanciation for convenience.
 
Installer squeaksource.
Installer ss.
Installer squeakFoundation.
Installer sf.
Installer lukas.
Installer impara.
Installer wiresong.
--
Ken G. Brown



More information about the Squeak-dev mailing list