--- Begin Message ---
On 15 November 2016 at 07:30, Peter H. Meadows
<peter.h.mead...@googlemail.com> wrote:
> Hey. Can someone check this for me? In Pharo5 do:
>
> Gofer new
>     smalltalkhubUser: 'Pier' project: 'Pillar';
>     configuration;
>     loadDevelopment.
>
> Gofer new
>     url:'http://www.smalltalkhub.com/mc/phm/PierLoadExperiment/main';
>     package: 'ConfigurationOfPierLoadExperiment';
>     load.
> ((Smalltalk at: #ConfigurationOfPierLoadExperiment) project version:
> #stable) load.
>
> Gofer new
>     url:'http://www.smalltalkhub.com/mc/phm/PierLoadExperimentChanges/main';
>     package: 'ConfigurationOfPierLoadExperimentChanges';
>     load.
> ((Smalltalk at: #ConfigurationOfPierLoadExperimentChanges) project
> version: #stable) load.
>
>
> ZnZincServerAdaptor startOn: 8080.
>
> PRPierFrame registerAsApplication: 'pier' kernel: (PRKernel
> instanceNamed: 'pier').
>
> (WAAdmin defaultDispatcher handlerAt: 'pier' ) exceptionHandler:
> WADebugErrorHandler .
>
>
> Then visit http://localhost:8080/pier
> Does it work? Is it loading the right things? (I didn't check the
> tests yet, and i don't really understand metacello or Pier, just
> playing by trial and error :), but if it works, maybe someone with
> more experience can turn it into a config that will load from catalog
> in Pharo6. Thx.
>

Anyone check this? If it's correct, how do I get the changes into Pier?


> On 11 November 2016 at 13:16, stepharo <steph...@free.fr> wrote:
>> Hi peter
>>
>> I do not know but I would love that it would work. I should find some time
>> to do a new pass on pillar.
>>
>> On my first todo:
>>
>>     - fix use of DNU instead of plain magritte methods.
>>
>>     - extract object out of the command line.
>>
>>     - document, document and document.
>>
>>
>> Stef
>>
>>
>>
>> Le 10/11/16 à 22:34, Peter H. Meadows via Pharo-users a écrit :
>>
>>


--- End Message ---

Reply via email to