Re: [Pharo-users] Installing Morphic UI designer in Pharo 1.1

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Re: [Pharo-users] Installing Morphic UI designer in Pharo 1.1

Mariano Martinez Peck


On Fri, Dec 17, 2010 at 9:05 PM, Charles Monteiro <[hidden email]> wrote:

Pardon the newbie question but I yet don't have a grip how Squeaker's load
packages , it seems that there are many, many ways of doing so.

Hi Charles. We need to be clear in something: indeed, there are too many things to install.
So....you can use Installer or Gofer to script your installation in code, but you can still use the normal Monticello Browser.
Installer is not loaded in Pharo, so I suggest:

a) Use Monticello Browser: open it, new repository -> MetacelloRepository, you search ConfigurationOfDesigner, select it, and then load.
Just like lading any other monticello package.
Easy.

b) Script it. With Gofer, you can do:

Gofer new
   repository: 'http://www.hpi.uni-potsdam.de/hirschfeld/squeaksource/MetacelloRepository';
package: 'ConfigurationOfDesigner';
load.

Once you did a) or b)  evaluate:  ConfigurationOfDesigner load.

Cheers

Mariano

 
In anycase,
to my immediate need I would like to check out Morphic Designer. I've tried
following the instructions on their web site which are:

(Installer mc http:
'http://www.hpi.uni-potsdam.de/hirschfeld/squeaksource/')
  project: 'MetacelloRepository';
  install: 'ConfigurationOfDesigner'.
ConfigurationOfDesigner load.

However, on the Pharo 1.1. image under Cog VM, there is no such animal as an
"Installer", I tried using the Monticello Browser and went fishing for the
package but to no avail.

thanks in advance

Charles
www.nycsmalltalk.org
--
View this message in context: http://forum.world.st/Installing-Morphic-UI-designer-in-Pharo-1-1-tp3093047p3093047.html
Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.