I loaded the latest Pier3 (build 896) into Pharo30728. Seaside3.1 comes
up in my browser OK and pier is listed by the Seaside Dispatcher. But I
get 'Not Found /pier' when I click on it. Am I missing something?
Dear all,
i have downloaded the latest Pier3 (Part of Pharo3.0) from https://ci.inria.fr/pharo-contribution/job/Pier3/, but
have absolute no idea how to start it. Can someone point me to some code snippets or tutorials to survive
the first steps?
BW,
Volkert
Hi,
I tried to load Pier3 into a Pharo 3 image and I failed because a dependence missing:
This package depends on the following classes:
PRWidget
You must resolve these dependencies before you will be able to load these definitions:
PRExportImportWidget
groupLabel
isAbstract
label
export:
exporterImporter
exporterImporter:
exporterImporterClass
exporterImporterClass:
import:into:
initialize
renderContentOn:
renderExportOn:
renderImportOn:
renderSelectOn:
replace
replace:
anyone experienced same behaviour?
cheers,
Esteban
Hi,
we have an old Pier installation we would like to migrate to a newer
version. What are the solutions?
Best
--
Damien Cassou
http://damiencassou.seasidehosting.st
"Success is the ability to go from one failure to another without
losing enthusiasm."
Winston Churchill
Volkert wrote:
>i have downloaded the latest Pier3 (Part of Pharo3.0) from https://ci.inria.fr/pharo-contribution/job/Pier3/, but
>have absolute no idea how to start it. Can someone point me to some code snippets or tutorials to survive
>the first steps?
I just checked, the latest Pier3 one-click from lukas’ ci just runs and is started by default on port 8080.
Just open a web browser on localhost:8080 and you are in business.
Stephan
Volkert wrote:
>I downloaded the 3.0 OneClick-Image. But it does not work on OS X
You are not using the broken version of OS-X, are you? One that has
in the 'Security & Privacy’ Settings, General tab, Allow apps downloaded from:
Mac App Store or Mac App Store and identified developers?
That is a fake security setting that should be set to 'Anywhere’.
Stephan
Hello,
I’m not sure if this is a right place to write about, but I have just found
that Pier 2.0 image is broken on official piercms site.
I get the "NonBooleanReceiver" when I try to access any page of Pier.
The thing is that I use this link at Image Store of http://pharocloud.com
and now Pier can’t start because of this.
I’ll be very pleased to know who is responsible for images availble on the
site. Thank you for your help beforehand! And Happy New Year :)
--
View this message in context: http://forum.world.st/Pier-2-0-one-click-image-is-broken-on-piercms-com-tp4…
Sent from the Magritte, Pier and Related Tools mailing list archive at Nabble.com.
You would need to load some Pier addons:
http://www.piercms.com/doc/add-ons
You would specifically need " Pier-Kernel-Distributions".
V2 addons are available at:
MCHttpRepository
location: 'http://source.lukas-renggli.ch/pier2addons'
user: ''
password: ''
V3 addons are available at:
MCHttpRepository
location: 'http://source.lukas-renggli.ch/pier3addons'
user: ''
password: ''
PierCMS V3 source is now available at:
MCHttpRepository
location: 'http://smalltalkhub.com/mc/Pier/Pier3/main'
user: ''
password: ''
But, it looks like that V3 addons are not yet available
http://smalltalkhub.com/#!/~Pier/Pier3/source.
> On December 28, 2013 at 2:35 PM Volkert Barr <volkert(a)nivoba.de> wrote:
>
>
> both classes are not part of my pier distribution.
>
> I would expect something like "PierServer start" (reading defaults
from a config-file) or "PierServer startOn: 8080" to start
> the http-server (on port 8080) and the pier management components.
>
> can you give me some code snippets how do you start pier?
>
> BW,
> Volkert
>
> On 28.12.2013, at 14:03, Reza Razavi <razavi(a)acm.org> wrote:
>
> > PRDistribution class>>register
> > PRDesignChooserWidget>>renderContentOn:
> >
> > > On December 28, 2013 at 12:49 PM Volkert Barr <volkert(a)nivoba.de>
wrote:
> > >
> > >
> > > Thank you. But what is missing is how do i launch Pier? The
description found at http://www.piercms.com/download and the video
tutorials
> > > seems to be outdated and are not matching to the Pier distribution
i downloaded. When running the image, Pier is not automatically started,
so http:localhost:8080 does not work. So my question: What need i to do
to launch Pier?
> > >
> > > Any hints?
> > >
> > > BW,
> > > Volkert
> > >
> > > On 28.12.2013, at 12:05, Reza Razavi <razavi(a)acm.org> wrote:
> > >
> > > > I'd recommend:
> > > > http://www.piercms.com/doc
> > > >
> > > > eventually:
> > > > http://www.rezarazavi.com/about/playground/
> > > >
> > > > > On December 28, 2013 at 11:18 AM Volkert Barr
<volkert(a)nivoba.de> wrote:
> > > > >
> > > > >
> > > > > Dear all,
> > > > >
> > > > > i have downloaded the latest Pier3 (Part of Pharo3.0) from
https://ci.inria.fr/pharo-contribution/job/Pier3/, but
> > > > > have absolute no idea how to start it. Can someone point me to
some code snippets or tutorials to survive
> > > > > the first steps?
> > > > >
> > > > > BW,
> > > > > Volkert
> > > > >
> > > > >
> > > > >
> > > > >
> > > > > _______________________________________________
> > > > > Magritte, Pier and Related Tools ...
> > > > > https://www.iam.unibe.ch/mailman/listinfo/smallwiki
> > > > _______________________________________________
> > > > Magritte, Pier and Related Tools ...
> > > > https://www.iam.unibe.ch/mailman/listinfo/smallwiki
> > >
> > > --
> > > www.nivoba.de
> > >
> > > "The more complex an object, the larger the investment in learning
to use it, and the greater the resistance to abandon it."
> > >
> > _______________________________________________
> > Magritte, Pier and Related Tools ...
> > https://www.iam.unibe.ch/mailman/listinfo/smallwiki
>
> --
> www.nivoba.de
>
> "The more complex an object, the larger the investment in learning to
use it, and the greater the resistance to abandon it."
>