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

Hannes Hirzel hannes.hirzel at gmail.com
Wed Apr 21 13:01:58 UTC 2010


A more elegant solution. The code may be evaluated in one go. If
somebody has a shorter version or is willing to update the MetaCello
configuration that would be fine.

"1)"
   (Installer ss project: 'MetacelloRepository') install:
'ConfigurationOfPier2'.
   (Smalltalk at: #ConfigurationOfPier2) load.

"2)"
  (Installer lukas project: 'pier2') install: 'Pier-Blog'.
  (Installer lukas project: 'pier2') install: 'Pier-Book'.
  (Installer lukas project: 'pier2addons') install: 'Pier-Setup'.

"3)"
  (Smalltalk at: #PRDistribution)  new register.


Hannes

On 4/17/10, Hannes Hirzel <hannes.hirzel at gmail.com> wrote:
> OK I have to add Pier-Book as well.
>
>
> "1)"
>     (Installer ss project: 'MetacelloRepository') install:
> 'ConfigurationOfPier2'.
>
> "2a)"
>     ConfigurationOfPier2 load.
>
> "2b)"
>    (Installer lukas project: 'pier2') install: 'Pier-Blog'.
>
> "2c)"
>    (Installer lukas project: 'pier2') install: 'Pier-Book'.
>
> "2d)"
>     (Installer lukas project: 'pier2addons') install: 'Pier-Setup'.
>
> "3)"
>
>    PRDistribution new register.
>
> Hannes
>
> On 4/17/10, Hannes Hirzel <hannes.hirzel at gmail.com> wrote:
>> Reza
>>
>> Thank you for your patience. It now works fine. The blog is there.
>>
>> http://localhost:8080/pier/blog
>>
>>
>> For the record: Here is the installation process
>>
>>
>> "1)"
>>     (Installer ss project: 'MetacelloRepository') install:
>> 'ConfigurationOfPier2'.
>>
>> "2a)"
>>     ConfigurationOfPier2 load.
>>
>> "2b)"
>>    (Installer lukas project: 'pier2') install: 'Pier-Blog'.
>>
>> "2c)"
>>     (Installer lukas project: 'pier2addons') install: 'Pier-Setup'.
>>
>> "3)"
>>
>>    PRDistribution new register.
>>
>> Paste this snippet into a workspace.
>> - select point 1) and do it.
>> - select point 2) and do it.
>> - select point 3) and do it.
>>
>> Hannes
>>
>



More information about the Squeak-dev mailing list