Re: [Pharo-users] Pier3 with latest Pillar?
I do not know where the project is hosted. May be esteban knows because he was maintaining Pier. On Sun, Dec 4, 2016 at 12:11 PM, Peter H. Meadows via Pharo-users < pharo-users@lists.pharo.org> wrote:
---------- Forwarded message ---------- From: "Peter H. Meadows" <peter.h.meadows@googlemail.com> To: Any question about pharo is welcome <pharo-users@lists.pharo.org> Cc: Date: Sun, 4 Dec 2016 11:11:26 +0000 Subject: Re: [Pharo-users] Pier3 with latest Pillar? On 15 November 2016 at 07:30, Peter H. Meadows <peter.h.meadows@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 <stepharo@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 :
participants (1)
-
Stephane Ducasse