[squeak-dev] [4.1] question about loading and using Pier2

Hannes Hirzel hannes.hirzel at gmail.com
Sat Apr 17 13:39:05 UTC 2010


P.S. For the time being I use as step 3) and 4)

3)
    PRPierFrame registerAsApplication: 'pier' kernel: (PRKernel
instanceNamed: 'pier').

4)
    WAKom startOn: 9999.

Then I can access pier2 through http://localhost:9999/pier

Hannes

On 4/17/10, Hannes Hirzel <hannes.hirzel at gmail.com> wrote:
> Hello Reza
>
> Your answer got me a step further. I evaluated in a workspace
>
> 1)
>      (Installer ss project: 'MetacelloRepository') install:
> 'ConfigurationOfPier2'.
>
> 2)
>      ConfigurationOfPier2 load.
>
> 3)
>      (Installer lukas project: 'pier2addons') install: 'Pier-Setup'.
>
> 4)
>
>     PRDistribution new register.
>
> However I get a walkbalk saying that in method PBBlog does not
> understand #named: . The reason is the the class PBBlog is not there.
>
> However I did not find the package PBBlog or something in Lukas'
> repository nor in squeaksource.
>
> How did you do the loading?
>
> Hannes
>
>
> On 4/16/10, Reza RAZAVI <razavi at acm.org> wrote:
>> At 11:26 16/04/2010, you wrote:
>>>Which steps  am I missing?
>>
>> Hi Hannes,
>>
>> After having loaded ConfigurationOfPier2, you probably need to
>> execute first *PRDistribution new register*, before trying
>> *http://localhost:8080/pier/*. You then don't need *WAKom startOn: 9999*.
>>
>> PRDistribution is in http://source.lukas-renggli.ch/pier2addons,
>> package *Pier-Setup-lr.83*.
>>
>> Reza
>



More information about the Squeak-dev mailing list