Hi Dario - Below is the script I’ve used to test the configuration:

#!/usr/bin/env ksh

export VERSION=release3.1
# export JOB_NAME=`dirname $PWD`
export JOB_NAME=$PWD/pier_addons

curl get.pharo.org/50+vm | bash

./pharo Pharo.image save $JOB_NAME --delete-old
./pharo $JOB_NAME.image --version > version.txt

REPO=http://smalltalkhub.com/mc/Pier/Pier3Addons/main
# not all add ons have tests yet. We list here the projects that do not get loaded with tests.
./pharo $JOB_NAME.image config $REPO ConfigurationOfPier3AddOns --install=$VERSION --group='Pier-Blog'
./pharo $JOB_NAME.image config $REPO ConfigurationOfPier3AddOns --install=$VERSION --group='Pier-EditorEnh'
./pharo $JOB_NAME.image config $REPO ConfigurationOfPier3AddOns --install=$VERSION --group='Pier-Shout'
./pharo $JOB_NAME.image config $REPO ConfigurationOfPier3AddOns --install=$VERSION --group='Pier-TagCloud'
./pharo $JOB_NAME.image config $REPO ConfigurationOfPier3AddOns --install=$VERSION --group='Pier-Google'
./pharo $JOB_NAME.image config $REPO ConfigurationOfPier3AddOns --install=$VERSION --group='Pier-Setup'
# Load the tests, and the add ons with tests
./pharo $JOB_NAME.image config $REPO ConfigurationOfPier3AddOns --install=$VERSION --group='Tests'

./pharo $JOB_NAME.image test --junit-xml-output "Pier.*"


To run it, create a new directory, update the 3.1 to 3.0 if you want the stable version.  Change 50 to 40 for Pharo version 4, and run it.  Thanks to Stephan Eggermont for this.  Let me know if you have trouble with this.

Thanks,
John

On Dec 3, 2015, at 9:03 AM, dtrussardi@tiscali.it wrote:

Ciao,

at the end these are my conclusions:

A) into Pharo 4.0 i load:

( ConfigurationOfSeaside3 project version: #'release3.1' )

( ConfigurationOfMagritte3 project version: #'release3.5' )

( ConfigurationOfPier3 project version: #'release3.0' )

With these the pier web applications   work fine.




B) I don't load:

( ConfigurationOfMagritte3AddOns project version: #'release3.1' )

what it implemented ?  ( i don't remember )

( ConfigurationOfPier3AddOns project version: #'release3.X' )

if i right understand it's not  port - supported  into the new ' Pier release' .

Someone is working on it  ?

Thanks,

Dario

_______________________________________________
Magritte, Pier and Related Tools ...
https://www.list.inf.unibe.ch/listinfo/smallwiki