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

Hannes Hirzel hannes.hirzel at gmail.com
Sat Apr 17 19:19:33 UTC 2010


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