Hi,

the simplest way is probably

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Gofer it
�� �� smalltalkhubUser: 'ObjectProfile' project: 'Roassal2';
�� �� configurationOf: 'Roassal2';
�� �� loadDevelopment
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

If you also want GTInspector presenters, then also run

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Gofer new��
smalltalkhubUser: 'Moose' project: 'GToolkit';
package: 'GT-InspectorExtensions-CoreRoassal';
load.

Gofer new��
smalltalkhubUser: 'Moose' project: 'Glamour';
package: 'Glamour-Tools';
package: 'Glamour-Roassal2-Presentations';
load.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

But it is better to say what problems have you ran into.

Peter

On Thu, Jun 18, 2015 at 9:02 PM, Juan <smalltalker.marcelo@gmail.com> wrote:
Hi

I recently tried experimenting with Pharo and Roassal and I found some problems, so I would like to know how to load Roassal in pharo 4 to retry everything from scratch and also see if the problems are due to some other cause.

best regards

JMDC